Eplan Platform API
Eplan.EplApi.DataModel Namespace / Group Class / IsEditable Method

In This Topic
    IsEditable Method
    In This Topic
    Check if the Group is editable.
    Syntax
    public bool IsEditable()
    public:
    bool IsEditable(); 

    Return Value

    True if group is editable .
    Remarks
    This method doesn't make sense for class "SymbolVariant". It always throws ForbiddenOperationException for class "SymbolVariant".
    See Also