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

In This Topic
    Parent Property (BusBar)
    In This Topic
    Gets or sets the 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;
    }
    See Also