Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (MDPartsDatabase)
    In This Topic
    Returns true if the parts database is read only. That can be if the access database file has read only attribute set, or the SQL Server has write restrictions to the current user.
    Syntax
    public bool IsReadOnly {get;}
    public:
    property bool IsReadOnly {
       bool get();
    }
    See Also