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

Notification function called whenever a database is about to be saved to a .dgn 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.