Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgDatabaseReactor::elementErased Method
Syntax
C++
virtual void elementErased(const OdDgDatabase* pDb, const OdDgElement* pElement, bool erased = true);

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

 

Parameters
Description
pDb
[in] Pointer to the database being modified.
pElement
[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.