Eplan Platform API
Eplan.EplApi.EServices Namespace / InterruptionPointVerification Class / GetCrossReferencedInterruptionPoints Method
Interruption point with name, for which all other cross reference interruption points should be found.
The result list with all cross reference interruption points.

In This Topic
    GetCrossReferencedInterruptionPoints Method
    In This Topic
    Gets all cross reference interruption points with the same name from the project. Can be called within the execute function.
    Syntax
    public void GetCrossReferencedInterruptionPoints( 
       InterruptionPoint oInterruptionPoint,
       ref ArrayList colInterruptionPoints
    )
    public:
    void GetCrossReferencedInterruptionPoints( 
       InterruptionPoint^ oInterruptionPoint,
       ArrayList^% colInterruptionPoints
    ) 

    Parameters

    Parameter NameDescription
    oInterruptionPointInterruption point with name, for which all other cross reference interruption points should be found.
    colInterruptionPointsThe result list with all cross reference interruption points.
    Remarks
    This function uses an internal buffer mechanism. You can use this to get all interruption points in a star layout. In pair layout, you get only the one paired interruption point.
    See Also