GetSourcesAndTargets(ICollection<StorableObject>,ICollection<StorableObject>,Boolean) Method
In This Topic
Gets sources and targets of the cable.
Syntax
Parameters
| Parameter Name | Description |
|---|
| 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. |
| bForAllWires | If set to true collections for sourcres and target will be filled for every connection. If set to false works like overloaded method. |
Exceptions
See Also