API Reference > OdRx Classes > OdRxEventReactor Class > OdRxEventReactor Methods > OdRxEventReactor::beginDeepClone Method
OdRxEventReactor::beginDeepClone Method
Syntax
C++
virtual void beginDeepClone(OdDbDatabase* pToDb, OdDbIdMapping& idMap);
Parameters 
Description 
OdDbDatabase* pToDb 
[in] Destination database.  
OdDbIdMapping& idMap 
[in] ID Map source -> destination. 

Notification function called whenever a subDeepClone operation is about to be started on a database. 

 

idMap will always be empty.

  • abortDeepClone
  • beginDeepCloneXlation
  • endDeepClone

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