API Reference > OdDg Classes > OdDgDatabaseReactor Class > OdDgDatabaseReactor Methods > OdDgDatabaseReactor::elementUnAppended Method
OdDgDatabaseReactor::elementUnAppended Method
Syntax
C++
virtual void elementUnAppended(const OdDgDatabase* pDb, const OdDgElement* pElement);
Parameters 
Description 
const OdDgDatabase* pDb 
[in] Pointer to the database being modified.  
const OdDgElement* pElement 
[in] Pointer to the object being unappended. 

Notification function called whenever an OdDgElement has been unappended from an OdDgDatabase by an Undo operation. 

 

This function is called after the operation.

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