Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdRxEventReactor::beginInsert Method (OdDbDatabase*, const OdString&, OdDbDatabase*)
Syntax
C++
virtual void beginInsert(OdDbDatabase* pToDb, const OdString& blockName, OdDbDatabase* pFromDb);

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

 

Parameters
Description
pToDb
[in] Destination database.
blockName
[in] Name of the block.
pFromDb
[in] Source database.

This function is called before the operation. 

If blockName is specified, pFromDb was inserted into pToDb as a OdDbBlockTableRecord.

  • abortInsert
  • endInsert
  • otherInsert
Copyright © 2002-2022. Open Design Alliance All rights reserved.