Eplan Platform API
Eplan.EplApi.EServices Namespace / InterruptionPointVerification Class / GetUsedConnectingPoints Method
Interruption point, for which all other connection points should be found.
The result list with all used connection points.

In This Topic
    GetUsedConnectingPoints Method
    In This Topic
    Gets all used connection points from the project. Can be called within the execute function.
    Syntax
    public void GetUsedConnectingPoints( 
       InterruptionPoint oInterruptionPoint,
       ref ArrayList colUsedConnectingPoints
    )
    public:
    void GetUsedConnectingPoints( 
       InterruptionPoint^ oInterruptionPoint,
       ArrayList^% colUsedConnectingPoints
    ) 

    Parameters

    Parameter NameDescription
    oInterruptionPointInterruption point, for which all other connection points should be found.
    colUsedConnectingPointsThe result list with all used connection points.
    Remarks
    This function uses an internal buffer mechanism.
    See Also