C++
virtual void objectAppended( const AcDbDatabase*, const AcDbObject* );
Description
This function is invoked when an AcDbObject is added to any AcDbDatabase. The arguments dwg and dbObj are const pointers to the actual objects involved in the operation. This function is invoked after the object has been added to the database.
Parameters
| Parameters | Description |
|---|---|
| dwg | Pointer to the AcDbDatabase object being affected by the Append operation |
| dbObj | Pointer to the object being added |