Share

Database.ObjectReappended Event

Description

Wraps AcDbDatabaseReactor::objectReAppended. The event is invoked when an object has had its addition to the database dwg undone during an Undo operation, and has now been re-appended to the database due to an execution of the AutoCAD REDO command.

Visual Basic

Public Event ObjectReappended As ObjectEventHandler

C#

public event ObjectEventHandler ObjectReappended;

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?