API Reference > OdDb Classes > OdDbDatabaseReactor Class > OdDbDatabaseReactor Methods > OdDbDatabaseReactor::proxyResurrectionCompleted Method
OdDbDatabaseReactor::proxyResurrectionCompleted Method
Syntax
C++
virtual void proxyResurrectionCompleted(const OdDbDatabase* pDb, const OdString& appname, OdDbObjectIdArray& objectIds);
Parameters 
Description 
const OdDbDatabase* pDb 
[in] Pointer to the database being modified.  
const OdString& appname 
[in] Name of the resurrecting application.  
OdDbObjectIdArray& objectIds 
[in] Object IDs of the resurrected objects. 

Notification function called after the specified application is loaded and all its proxy objects are resurrected. 

 

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