API Help
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
)

Parameters

oInterruptionPoint
Interruption point, for which all other connection points should be found.
colUsedConnectingPoints
The result list with all used connection points.
Remarks
This function uses an internal buffer mechanism.
See Also