Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDatabaseReactor::objectReAppended Method
Syntax
C++
virtual void objectReAppended(const OdDbDatabase* pDb, const OdDbObject* pObject);

Notification function called whenever an OdDbObject has been reappended to an OdDbDatabase by a Redo operation. 

 

Parameters
Description
pDb
[in] Pointer to the database being modified.
pObject
[in] Pointer to the object being reappended.

This function is called after the operation.

Copyright © 2002-2022. Open Design Alliance All rights reserved.