Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService Class / TrackNet Method
Connection from which tracking net is started.
List of connections that are in the same net as oSourceConnection.

In This Topic
    TrackNet Method
    In This Topic
    Finds all connections in the same net as oSourceConnection.
    Syntax

    Parameters

    Parameter NameDescription
    oSourceConnectionConnection from which tracking net is started.
    foundConnectionListList of connections that are in the same net as oSourceConnection.
    Exceptions
    ExceptionDescription
    Thrown if parameter oSourceConnection or foundConnectionList is a NULL value.
    Thrown if parameter oSourceConnection is invalid.
    See Also