Deriving from AcDbObject

This chapter describes how to derive a custom class from AcDbObject. It provides detailed information on filers, the four types of object references (hard and soft owners, and hard and soft pointers), and the undo and redo operations. This chapter also discusses mechanisms for object versioning.

The descriptions in this chapter assume you are familiar with the material described in Database Objects and Deriving a Custom ObjectARX Class.