API Reference > Other Classes > OdDgEditorReactor Class > OdDgEditorReactor Methods > OdDgEditorReactor::beginRestore Method
OdDgEditorReactor::beginRestore Method
Syntax
C++
virtual void beginRestore(OdDgDatabase* pToDb, const OdString& filename, OdDgDatabase* pFromDb);
Parameters 
Description 
OdDgDatabase* pToDb 
[in] Host database.  
const OdString& filename 
[in] Xref filename. 
OdDgDatabase* pFromDb 
[in] Xref database.  

Notification function called whenever an Xref database is about to be reloaded to a host database, when the Xref drawing file is unchanged. 

 

This function is called before the operation. 

filename may not have a path or extension.

  • abortRestore
  • endRestore

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