Eplan Platform API
Eplan.EplApi.HEServices Namespace / TopologyService Class / CollectConnections Method
Eplan.EplApi.DataModel.Project for which connections will be found and create.
Collection of regular connections and functions for which topology connections will be found. Can't be null.

In This Topic
    CollectConnections Method
    In This Topic
    Finds or creates topology connections for given elements.
    Syntax

    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.
    Exceptions
    ExceptionDescription
    If any parameter is null.
    If any parameter is invalid.
    Failed to find connections. Please refer to the error message.
    An internal error occurred during finding or creating the connections. Please refer to the error message.
    See Also