API Help
Eplan.EplApi.DataModel Namespace / NetDefinitionPoint Class / AdditionalConnections Property

In This Topic
    AdditionalConnections Property
    In This Topic
    .NET Property enabling access to additional connections of the net not stored at this NetDefinitionPoint
    Syntax
    public Connection[] AdditionalConnections {get;}
    public:
    property array<Connection^>^ AdditionalConnections {
       array<Connection^>^ get();
    }

    Property Value

    All connections of the net not defined in NetDefinitionPoint
    See Also