API Reference > OdRx Classes > OdDgRxEventReactor Class > OdDgRxEventReactor Methods > beginInsert Method > OdDgRxEventReactor::beginInsert Method (OdDgDatabase*, OdGeMatrix3d&, OdDgDatabase*)
OdDgRxEventReactor::beginInsert Method (OdDgDatabase*, OdGeMatrix3d&, OdDgDatabase*)
Syntax
C++
virtual void beginInsert(OdDgDatabase* pToDb, const OdGeMatrix3d& xfm, OdDgDatabase* pFromDb);
Parameters 
Description 
OdDgDatabase* pToDb 
[in] Destination database.  
const OdGeMatrix3d& xfm 
[in] Transformation matrix. 
OdDgDatabase* pFromDb 
[in] Source database.  

Notification function called whenever one database is about to be inserted into another. 

 

This function is called before the operation. 

If xfm is specified, pFromDb was inserted into pToDb as entities.

  • abortInsert
  • endInsert
  • otherInsert

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