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

In This Topic
    OpenExclusive Method
    In This Topic
    Opens translation database in exlusive mode (.mdb only).
    Syntax
    public bool OpenExclusive( 
       string strDatabaseName
    )
    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