Share

AcDbObjectReactor::reappended

C++

virtual void reappended(
    const AcDbObject*
);

Description

This notification occurs when the object pointed to by dbObj has had its addition to an AcDbDatabase 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
dbObj Passed in const pointer to the object being "reappended"

Links

AcDbObjectReactor

Was this information helpful?