API Help
Eplan.EplApi.DataModel Namespace / Connection Class / ConnectionDefPoints Property

ConnectionDefPoints Property
Returns the ConnectionDefinitionPoint related to this connection.
Syntax
public ConnectionDefinitionPoint[] ConnectionDefPoints {get;}

Property Value

An array of ConnectionDefinitionPoints related to this connection.
Exceptions
ExceptionDescription
Thrown when it is impossible to read ConnectionDefinitionPoints.
Remarks
It is necessary to update connections in order to fill this property after creating or setting logical area to Cable.
See Also