Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbObjectReactor::subObjModified Method
Syntax
C++
virtual void subObjModified(const OdDbObject* pObject, const OdDbObject* pSubObj);

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

 

Parameters
Description
pObject
[in] Pointer to the notifying object.
pSubObj
[in] A pointer to the subobject owned by pObject.

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-2022. Open Design Alliance All rights reserved.