Share

AcDbDatabase

Overload List

Method Description
AcDbDatabase::AcDbDatabase (bool, bool) Default constructor.If buildDefaultDrawing == true, then the new AcDbDatabase object contains the minimum necessary for a complete database. If buildDefaultDrawing == false, then the new AcDbDatabase object is completely empty. If noDocument = true, then the newly created database will not be associated with the current document; otherwise it will.

Was this information helpful?