C++
ACDBCORE2D_PORT ~AcDbDatabase();
Description
Destroys all objects stored in the AcDbDatabase object, freeing up all memory associated with the objects. In addition, if this database was filled in from a file on disk (that is, read in using readDwgFile()), then this destructor closes the file used.