Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / TopLevelParent Property

In This Topic
    TopLevelParent Property
    In This Topic
    Gets the root 3d placement from tree of 3d elements which this object is part of.
    Syntax
    public Placement3D TopLevelParent {get;}
    public:
    property Placement3D^ TopLevelParent {
       Placement3D^ get();
    }
    Remarks
    Top level parent is being found by moving up in hierarchy of objects until a placement without a parent is found. In most case this will be layout space in which object is placed.
    See Also