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

In This Topic
UnGroup(Placement,Boolean,Boolean) Method
In This Topic
Remove Placement only from a group.
Syntax

Parameters

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