API Reference > OdDb Classes > OdDbObject Class > OdDbObject Methods > OdDbObject::unappended Method
OdDbObject::unappended Method
Syntax
C++
virtual void unappended(const OdDbObject* pObject);
Parameters 
Description 
const OdDbObject* pObject 
[in] Pointer to the notifying object. 

Notification function called whenever the Undo process processes the appending of the notifying object to the database. 

 

The notifying object is marked as erased. It is not removed the database, and can be unerased, even 'before' it was created. 

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

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