API Help
Eplan.EplApi.MasterData Namespace / MDTranslationDatabase Class / Open Method
True if database is opened in readonly mode.

In This Topic
    Open Method (MDTranslationDatabase)
    In This Topic
    Opens translation database using user settings.
    Syntax
    public bool Open( 
       bool bReadOnly
    )
    public:
    bool Open( 
       bool bReadOnly
    ) 

    Parameters

    bReadOnly
    True if database is opened in readonly mode.

    Return Value

    True if operation was sucessfully completed.
    Exceptions
    ExceptionDescription
    Thrown in case of an error. Please refer to the exception message.
    See Also