API Help
Eplan.EplApi.MasterData Namespace / MDTranslationDatabase Class / OpenExclusive Method
Database name. Full file path to .mdb.

OpenExclusive Method
Opens translation database in exlusive mode (.mdb only).
Syntax
public bool OpenExclusive( 
   string strDatabaseName
)

Parameters

strDatabaseName
Database name. Full file path to .mdb.

Return Value

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