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.