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

In This Topic
    Connections Property (NetDefinitionPoint)
    In This Topic
    .NET Property enabling access to NetDefinitionPoint connections
    Syntax
    public Connection[] Connections {get;}
    public:
    property array<Connection^>^ Connections {
       array<Connection^>^ get();
    }

    Property Value

    All connections defined in NetDefinitionPoint
    See Also