API Reference > OdDb Classes > OdDbDatabaseReactor Class > OdDbDatabaseReactor Methods > OdDbDatabaseReactor::objectReAppended Method
OdDbDatabaseReactor::objectReAppended Method
Syntax
C++
virtual void objectReAppended(const OdDbDatabase* pDb, const OdDbObject* pObject);
Parameters 
Description 
const OdDbDatabase* pDb 
[in] Pointer to the database being modified.  
const OdDbObject* pObject 
[in] Pointer to the object being reappended. 

Notification function called whenever an OdDbObject has been reappended to an OdDbDatabase by a Redo operation. 

 

This function is called after the operation.

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