API Reference > OdRx Classes > OdDgRxEventReactor Class > OdDgRxEventReactor Methods > OdDgRxEventReactor::saveComplete Method
OdDgRxEventReactor::saveComplete Method
Syntax
C++
virtual void saveComplete(OdDgDatabase* pDb, const OdString& actualName);
Parameters 
Description 
OdDgDatabase* 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 .dgn 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.