Close

Relief for ODA Team in Ukraine

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

Notification function called whenever one database is being wblocked to another. 

 

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

idMap contains mapping of the original objects in pFromDb to the objects created in pToDb. 

This function is called after the operation, and is sent just before beginDeepCloneXlation.

  • abortWblock
  • beginWblock
  • beginWblockObjects
  • endWblock
  • wblockNotice
Copyright © 2002-2022. Open Design Alliance All rights reserved.