The ObjectARX classes with an AcDb prefix are components of the AutoCAD database. This database stores all the information for the graphical objects, called entities, that compose an AutoCAD drawing, as well as the non-graphical objects (for example, layers, linetypes, and text styles) that are also part of a drawing. You can query and manipulate existing instances of AutoCAD entities and objects with the AcDb classes and functions, and you can create new instances of database objects.
The AutoCAD database contains these major elements:
For more information about the AcDb classes, see Database Primer, Database Operations, Database Objects, Entities, and Container Objects. For information on deriving new classes from AcDbObject and AcDbEntity, see Deriving from AcDbObject and Deriving from AcDbEntity.