API Help
Eplan.EplApi.DataModel Namespace / Location Class / SubNodes Property

In This Topic
    SubNodes Property
    In This Topic
    Gets all child locations in the same hierarchy (e.g. for +A.A.A it may be: +A.A.A.A, +A.A.A.B, +A.A.A.C, or other)
    Syntax
    public Location[] SubNodes {get;}
    public:
    property array<Location^>^ SubNodes {
       array<Location^>^ get();
    }
    See Also