Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdRxEventReactor::saveComplete Method
Syntax
C++
virtual void saveComplete(OdDbDatabase* pDb, const OdString& actualName);

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

 

Parameters
Description
pDb
[in] Pointer to the database saved.
actualName
[in] Actual name of the .dwg file.

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

  • abortSave
  • beginSave
Copyright © 2002-2022. Open Design Alliance All rights reserved.