API Help
Eplan.EplApi.DataModel Namespace / Group Class / Remove Method

In This Topic
    Remove Method (Group)
    In This Topic
    Removes placement.
    Syntax
    public override void Remove()
    public:
    void Remove(); override 
    Exceptions
    ExceptionDescription
    Thrown when it is impossible to remove the group. Thrown by internal method.
    Thrown when it is impossible to remove the group. Thrown by API DataModel.
    Remarks
    This method doesn't make sense for class "SymbolVariant". It always throws ForbiddenOperationException for class "SymbolVariant".
    See Also