Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / RemoveSubPlacement3D Method / RemoveSubPlacement3D(Placement3D,Boolean) Method
3D placement removed from the 3D group and from the project.
If true, the Group3D object will be removed also when it becomes empty.

In This Topic
RemoveSubPlacement3D(Placement3D,Boolean) Method
In This Topic
Removes Placement3D from the 3D group and from the project. The Placement3D object passed into this method is no longer valid.
Syntax
public virtual void RemoveSubPlacement3D( 
   Placement3D placement3D,
   bool removeEmptyGroup3D
)

Parameters

placement3D
3D placement removed from the 3D group and from the project.
removeEmptyGroup3D
If true, the Group3D object will be removed also when it becomes empty.
See Also