public void ShowConnections( IEnumerable<Connection3D> colConnections )
public: void ShowConnections( IEnumerable<Connection3D^>^ colConnections )
Parameters
- colConnections
- Connections which will be drawn in GED.
public void ShowConnections( IEnumerable<Connection3D> colConnections )
public: void ShowConnections( IEnumerable<Connection3D^>^ colConnections )
Exception | Description |
---|---|
System.ArgumentNullException | Is thrown when parameter is null . |
System.ApplicationException | Is thrown if the current license does not allow the execution of this task. |
Eplan.EplApi.Base.BaseException | If internal error has occured. Please check exception message. |