Share

AcDbDatabaseReactor::objectModified

C++

virtual void objectModified(
    const AcDbDatabase*, 
    const AcDbObject*
);

Description

This function is invoked after the object has been modified. The arguments indicate which drawing database and which object were modified. The notification takes place after the Modify operation is complete.

Parameters

Parameters Description
dwg Pointer to the AcDbDatabase object being affected by the Modify operation
dbObj Pointer to the object being modified

Links

AcDbDatabaseReactor

Was this information helpful?