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

In This Topic
    IsOpen Property (MDTranslationDatabase)
    In This Topic
    Returns true if database is open.
    Syntax
    public bool IsOpen {get;}
    public:
    property bool IsOpen {
       bool get();
    }

    Property Value

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