Parameters |
Description |
bool createDefault = true |
[in] If and only if true, the newly created database will be populated with the default set of objects (all tables, ModelSpace and PaperSpace blocks etc.) |
OdDb::MeasurementValue measurement = OdDb::kEnglish |
[in] Units of measurement for creating the database. |
Creates an instance of an OdDbDatabase object.
Returns the newly created database.
This HostAppServices object will be associated with the newly created database.
measurement must be one of the following:
Name |
Value |
Description |
OdDb::kEnglish |
0 |
English |
OdDb::kMetric |
1 |
Metric |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|