Share

AcDbDatabaseReactor::objectReAppended

C++

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

Description

This notification occurs when the object pointed to by dbObj has had its addition to the AcDbDatabase dwg undone during an Undo operation and has now been reappended to the database due to an execution of the AutoCAD REDO command.

Parameters

Parameters Description
dwg Pointer to the AcDbDatabase object being affected by the Reappend operation
dbObj Pointer to the object being reappended

Links

AcDbDatabaseReactor

Was this information helpful?