API Help
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;}
Remarks
After setting the parent for this object it is not be visible as a child of that parent.
See Also