public RoutedConnection[] CollectConnections( Project pProject, ICollection<StorableObject> colObjects )
public: array<RoutedConnection^>^ CollectConnections( Project^ pProject, ICollection<StorableObject^>^ colObjects )
Parameters
- 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
.