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

Notification function called whenever a database is about to be saved to a .dwg file. 

 

This function is called before the operation, and before the user has had a chance to modify the filename. The file may not have the intendedName.

  • abortSave
  • saveComplete

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