Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgRxEventReactor::otherInsert Method
Syntax
C++
virtual void otherInsert(OdDgDatabase* pToDb, OdDgIdMapping& idMap, OdDgDatabase* pFromDb);

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

 

Parameters
Description
pToDb
[in] Destination database.
idMap
[in] ID Map source -> destination.
pFromDb
[in] Source database.

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

Element 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-2022. Open Design Alliance All rights reserved.