API Reference > OdDb Classes > OdDbObjectReactor Class > OdDbObjectReactor Methods > OdDbObjectReactor::subObjModified Method
OdDbObjectReactor::subObjModified Method
Syntax
C++
virtual void subObjModified(const OdDbObject* pObject, const OdDbObject* pSubObj);
Parameters 
Description 
const OdDbObject* pObject 
[in] Pointer to the notifying object.  
const OdDbObject* pSubObj 
[in] A pointer to the subobject owned by pObject. 

Notification function called whenever a method of the specified subobject has called assertWriteEnabled() 

 

Notification is made upon pObject->close() or pObject->cancel(). 

This function is called only for the modification of the following: 

Vertices of OdDb2dPolylines, OdDb3dPolylines, OdDbPolygonMeshs, and OdDbPolyFaceMeshes OdDbFaceRecords of OdDbPolyFaceMeshs OdDbAttributes owned by OdDbBlockReferences, classes derived from OdDbBlockReference, and OdDbMInsertBlocks

Copyright © 2002–2020. Open Design Alliance. All rights reserved.