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

Open Method (MDTranslationDatabase)
Opens translation database using user settings.
Syntax
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