Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / Parent Property

In This Topic
    Parent Property (Group3D)
    In This Topic
    Gets parent of the Group3D object.
    Syntax
    public virtual Placement3D Parent {get;}
    public:
    virtual property Placement3D^ Parent {
       Placement3D^ get();
    }
    See Also