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 scheme.

In This Topic
    TrackSignal Method
    In This Topic
    Finds all connections on the same scheme as oSourceConnection that 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 scheme.
    Exceptions
    ExceptionDescription
    Thrown if parameter oSourceConnection or foundConnectionList is null value.
    Throw if parameter oSourceConnection is invalid.
    See Also