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

In This Topic
    SubConnections Property
    In This Topic
    If connection contains interruption points, this method returns an array of partial connections which current connection consists of For a "net connection" this method will return an empty array.
    Syntax
    public Connection[] SubConnections {get;}
    public:
    property array<Connection^>^ SubConnections {
       array<Connection^>^ get();
    }
    See Also