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

In This Topic
    CableDefinitionLine Property (Connection)
    In This Topic
    Returns Eplan.EplApi.DataModel.EObjects.Cable from 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 Cable CableDefinitionLine {get;}
    public:
    property Cable^ CableDefinitionLine {
       Cable^ get();
    }

    Property Value

    Cable definition related to this Connection.
    Exceptions
    ExceptionDescription
    Different count than 1 ConnectionDefinitionPoint related to this Connection.
    See Also