Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgRxEventReactor::beginSave Method
Syntax
C++
virtual void beginSave(OdDgDatabase* pDb, const OdString& intendedName);

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

 

Parameters
Description
pDb
[in] Pointer to the database to be saved.
intendedName
[in] Intended name of the .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-2022. Open Design Alliance All rights reserved.