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

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

    Property Value

    true : the StorableObject is read-only

    false : the StorableObject is not read-only

    See Also