Eplan Platform API
Eplan.EplApi.DataModel Namespace / Group Class / DeepUnGroup Method / DeepUnGroup(Boolean) Method
If true method will remove also SubGroups.

In This Topic
    DeepUnGroup(Boolean) Method
    In This Topic
    Remove all Placements only from a group and it's sub groups. If true method will remove also SubGroups.
    Syntax
    public void DeepUnGroup( 
       bool bRemoveSubGroups
    )
    public:
    void DeepUnGroup( 
       bool bRemoveSubGroups
    ) 

    Parameters

    bRemoveSubGroups
    If true method will remove also SubGroups.
    Remarks
    This method doesn't make sense for class "SymbolVariant" and "DimensionGroup". It always throws ForbiddenOperationException for class "SymbolVariant" and "DimensionGroup".
    See Also