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

In This Topic
    Parent Property (Placement3D)
    In This Topic
    Gets or Sets parent placement. Caution: The Change of the parent will also change the absolute position because Placement3D stores the position relative to his parent
    Syntax
    public virtual Placement3D Parent {get; set;}
    public:
    virtual property Placement3D^ Parent {
       Placement3D^ get();
       void set (    Placement3D^ value);
    }
    See Also