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

In This Topic
    UnGroup(Placement) Method
    In This Topic
    Remove Placement only from a group.
    Syntax
    public void UnGroup( 
       Placement placement
    )
    public:
    void UnGroup( 
       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