API Help
Eplan.EplApi.MasterData Namespace / MDTranslationDatabase Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (MDTranslationDatabase)
    In This Topic
    Returns true if database is opened in readonly mode.
    Syntax
    public bool IsReadOnly {get;}
    public:
    property bool IsReadOnly {
       bool get();
    }

    Property Value

    True if database is opened in readonly mode.
    Exceptions
    ExceptionDescription
    Thrown in case of an error. Please refer to the exception message.
    See Also