Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
pObject
[in] Pointer to the object that was erased/unerased.
erasing
[in] True if and only if this object is being erased.

The default implementation of this function does nothing. This function can be overridden in custom classes.

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