Eplan Platform API
Eplan.EplApi.DataModel Namespace / StorableObject Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (StorableObject)
    In This Topic
    Determines if StorableObject is read-only
    Syntax
    public virtual bool IsReadOnly {get;}
    public:
    virtual property bool IsReadOnly {
       bool get();
    }

    Property Value

    true : the StorableObject is read-only

    false : the StorableObject is not read-only

    See Also