C++
virtual ACDBCORE2D_PORT void subObjModified( const AcDbObject* dbObj, const AcDbObject* subObj );
Description
This function is invoked on reactors attached to the main object dbObj when the sub-object pointed to by subObj is opened for write and one of its methods is called which calls AcDbObject::assertWriteEnabled(). The notification takes place when the object's close() or cancel() method is called.
Parameters
Parameters | Description |
---|---|
dbObj | Const pointer to the main object that is the owner of the sub-object that has been modified |
subObj | Const pointer to the sub-object that has been modified |