Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDatabaseReactor::objectErased Method
Syntax
C++
virtual void objectErased(const OdDbDatabase* pDb, const OdDbObject* pObject, bool erased = true);

Notification function called whenever an OdDbObject has been erased or unerased. 

 

Parameters
Description
pDb
[in] Pointer to the database being modified.
pObject
[in] Pointer to the object being modified.
erased
[in] True if and only if the object is being erased.

This function is called after the operation.

Copyright © 2002-2022. Open Design Alliance All rights reserved.