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

In This Topic
    ConnectionDefPointProperties Property
    In This Topic
    Allows to access properties of a ConnectionDefinitionPoint assigned to this Connection. If there are more then one ConnectionDefinitionPoint assigned to this Connection, an exception is thrown. Such situation has to be handled by calling ConnectionDefPoints and analyze of the result.
    Syntax
    public ConnectionDefinitionPointPropertyList ConnectionDefPointProperties {get;}
    public:
    property ConnectionDefinitionPointPropertyList^ ConnectionDefPointProperties {
       ConnectionDefinitionPointPropertyList^ get();
    }

    Property Value

    Cable definition related to this Connection.
    Exceptions
    ExceptionDescription
    Different count than 1 ConnectionDefinitionPoint related to this Connection.
    Remarks
    It is necessary to update connections in order to fill this property after creating or setting logical area to Cable.
    See Also