C++
Acad::ErrorStatus open( AcDbDatabase* pDb, AcDb::OpenMode mode = AcDb::kForRead );
Description
Opens the database with the specified mode.
Parameters
Parameters | Description |
---|---|
pDb | Input database to open |
mode | Input mode in which to open the database |
Returns
Returns Acad::eOk if successful.