API Help
Eplan.EplApi.DataModel Namespace / ConnectionDefinitionPoint Class / CableDefinitionLine Property

In This Topic
    CableDefinitionLine Property (ConnectionDefinitionPoint)
    In This Topic
    Syntax
    public Cable CableDefinitionLine {get;}
    public:
    property Cable^ CableDefinitionLine {
       Cable^ get();
    }

    Property Value

    Cable definition related to this ConnectionDefinitionPoint.
    Exceptions
    ExceptionDescription
    Thrown when it is impossible to read the cable.
    See Also