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

In This Topic
    Parent Property (AuxiliaryLine)
    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 override Placement3D Parent {set;}
    public:
    property Placement3D^ Parent {
       void set (    Placement3D^ value) override;
    }
    Remarks
    After setting the parent for this object it is not be visible as a child of that parent.
    See Also