Share

AcDbDatabaseReactor::objectOpenedForModify

C++

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

Description

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

Parameters

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

Links

AcDbDatabaseReactor

Was this information helpful?