Share

AcDbDatabaseReactor::objectUnAppended

C++

virtual void objectUnAppended(
    const AcDbDatabase*, 
    const AcDbObject*
);

Description

This notification occurs when the object pointed to by dbObj has its addition to the AcDbDatabasedwg undone by an Undo operation.

Parameters

Parameters Description
dwg Pointer to the AcDbDatabase object which is being affected by the Unappend operation
dbObj Pointer to the object being unappended

Links

AcDbDatabaseReactor

Was this information helpful?