Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / RemoveSubPlacement3D Method / RemoveSubPlacement3D(Placement3D) Method
3D placement removed from the 3D group and from the project.

In This Topic
    RemoveSubPlacement3D(Placement3D) 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
    )
    public:
    virtual void RemoveSubPlacement3D( 
       Placement3D^ placement3D
    ) 

    Parameters

    placement3D
    3D placement removed from the 3D group and from the project.
    See Also