Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / BusBar Class / SetParent Method
Parent placement
If set to TRUE, the absolute position is maintained.
If set to FALSE, the absolute position will be changed because Placement3D stores the position relative to his parent.

In This Topic
    SetParent Method (BusBar)
    In This Topic
    Sets parent placement. Sets parent placement.
    Syntax
    public override void SetParent( 
       Placement3D pParent,
       bool bKeepAbsolutePosition
    )
    public:
    void SetParent( 
       Placement3D^ pParent,
       bool bKeepAbsolutePosition
    ) override 

    Parameters

    pParent
    Parent placement
    bKeepAbsolutePosition
    If set to TRUE, the absolute position is maintained.
    If set to FALSE, the absolute position will be changed because Placement3D stores the position relative to his parent.
    See Also