API Reference > Other Classes > OdDgEditorReactor Class > OdDgEditorReactor Methods > OdDgEditorReactor::beginAttach Method
OdDgEditorReactor::beginAttach Method
Syntax
C++
virtual void beginAttach(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 attached to a host database. 

 

This function is called before the operation. 

filename may not have a path or extension.

  • abortAttach
  • endAttach
  • otherAttach

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