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

In This Topic
    ConnectionDefPoints Property
    In This Topic
    Returns the ConnectionDefinitionPoint related to this connection.
    Syntax
    public ConnectionDefinitionPoint[] ConnectionDefPoints {get;}
    public:
    property array<ConnectionDefinitionPoint^>^ ConnectionDefPoints {
       array<ConnectionDefinitionPoint^>^ 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