Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / Cable Class / CableConnections Property

In This Topic
    CableConnections Property
    In This Topic
    Returns an array of Connection objects that exist under the cable definition line represented by this Cable object.
    Syntax
    public Connection[] CableConnections {get;}
    public:
    property array<Connection^>^ CableConnections {
       array<Connection^>^ get();
    }
    Remarks
    To associate a Cable with its Connections, Name and VisibleName should be set the same in Cable as in ConnectionDefinitionPoints.
    See Also