Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService Class / TrackSignal Method
Connection from which tracking signal is started.
List of connections that transmits the same signal as oSourceConnection and are on the same schema.

In This Topic
    TrackSignal Method
    In This Topic
    Finds all connections on the same schema as oSourceConnection which transmit the same signal.
    Syntax

    Parameters

    oSourceConnection
    Connection from which tracking signal is started.
    foundConnectionList
    List of connections that transmits the same signal as oSourceConnection and are on the same schema.
    Exceptions
    ExceptionDescription
    Thrown if parameter oSourceConnection or foundConnectionList is null value.
    Throw if parameter oSourceConnection is invalid.
    See Also