public void ShowConnections( IEnumerable<Connection3D> colConnections )
public: void ShowConnections( IEnumerable<Connection3D^>^ colConnections )
Parameters
| Parameter Name | Description |
|---|---|
| colConnections | Connections which will be drawn in GED. |
public void ShowConnections( IEnumerable<Connection3D> colConnections )
public: void ShowConnections( IEnumerable<Connection3D^>^ colConnections )
| Parameter Name | Description |
|---|---|
| colConnections | Connections which will be drawn in GED. |
| 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. |