API Help
Eplan.EplApi.DataModel Namespace / Group Class / UnGroup Method / UnGroup(Placement,Boolean) Method
If true method will remove also Group when it becomes empty.

In This Topic
UnGroup(Placement,Boolean) Method
In This Topic
Remove Placement only from a group.
Syntax
public void UnGroup( 
   Placement placement,
   bool bRemoveEmptyGroup
)

Parameters

placement
bRemoveEmptyGroup
If true method will remove also Group when it becomes empty.
Remarks
This method doesn't make sense for class "SymbolVariant" and "DimensionGroup". It always throws ForbiddenOperationException for class "SymbolVariant" and "DimensionGroup".
See Also