Eplan Platform API
Eplan.EplApi.DataModel Namespace / Group Class / RemoveSubPlacement Method / RemoveSubPlacement(Placement) Method

In This Topic
RemoveSubPlacement(Placement) Method
In This Topic
Remove Placement from the group and from the project. The Placement object passed into this method is no longer valid.
Syntax
public virtual void RemoveSubPlacement( 
   Placement placement
)

Parameters

placement
Remarks
This method doesn't make sense for class "SymbolVariant" and "DimensionGroup". It always throws ForbiddenOperationException for class "SymbolVariant" and "DimensionGroup".
See Also