IsReadOnly Property (MDPartsDatabase)
In This Topic
Returns true if the parts database is read-only. This may be the case if the Eplan database file has a read-only attribute set, or if the SQL server has write restrictions for the current user.
Syntax
public bool IsReadOnly {get;}
public:
property bool IsReadOnly {
bool get();
}
See Also