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

In This Topic
    ParentNode Property
    In This Topic
    Gets parent of location in the same hierarchy(e.g. for +A.A.A.A it is +A.A.A)
    Syntax
    public Location ParentNode {get;}
    public:
    property Location^ ParentNode {
       Location^ get();
    }
    See Also