public RoutedConnection[] CollectConnections( Project pProject, ICollection<StorableObject> colObjects )
public: array<RoutedConnection^>^ CollectConnections( Project^ pProject, ICollection<StorableObject^>^ colObjects )
Parameters
| Parameter Name | Description |
|---|---|
| pProject | Eplan.EplApi.DataModel.Project for which connections will be found and create. |
| colObjects | Collection of regular connections and functions for which topology connections will be found. Can't be null. |