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

Notification function called whenever a Redo process processes the reappending of the notifying object to the database. 

 

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.