Parameters
- colSources
- Collection which will be filled with sources of the cable. Can't be null or read-only.
- colTargets
- Collection which will be filled with targets of the cable. Can't be null or read-only.
Exception | Description |
---|---|
System.ArgumentNullException | If any parameter is null . |
System.NotSupportedException | Thrown if given collection is read-only. |
Eplan.EplApi.DataModel.InvalidHandleException | Thrown when internally used handle is not valid. |
Eplan.EplApi.Base.BaseException | Thrown when an internal error occured. Please refer to the error message. |