Close

Relief for ODA Team in Ukraine

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

Notification function called whenever an OdDbObject has been unappended from an OdDbDatabase by an Undo operation. 

 

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

This function is called after the operation.

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