Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Mate Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (Mate)
    In This Topic
    Determines if Mate can be modified.
    Syntax
    public bool IsReadOnly {get;}
    public:
    property bool IsReadOnly {
       bool get();
    }
    Remarks
    Property IsReadOnly checks if object is user defined and if the 3d placement to which it is assign is ready only. Additionally it can return true if it can't be modified via API.
    See Also