API Reference > OdRx Classes > OdRxEventReactor Class > OdRxEventReactor Methods > OdRxEventReactor::saveComplete Method
OdRxEventReactor::saveComplete Method
Syntax
C++
virtual void saveComplete(OdDbDatabase* pDb, const OdString& actualName);
Parameters 
Description 
OdDbDatabase* pDb 
[in] Pointer to the database saved.  
const OdString& actualName 
[in] Actual name of the .dwg file. 

Notification function called whenever a database has been saved to a .dwg file. 

 

This function is called after the operation, but before the database is constructed.

  • abortSave
  • beginSave

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