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

Notification function called whenever one database has been inserted into another. 

 

This function is called after the operation, and is sent just before beginDeepCloneXlation. It is called before any Object IDs are translated. 

Object IDs of cloned objects do not point at the cloned objects, and must therefore not not be used at this point for any operations on those objects.

  • abortInsert
  • beginInsert
  • endInsert

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