UndoItem.EditedObjects

Syntax

UndoItem.EditedObjects

Data Type

Object Array

Purpose

Returns the objects the UndoItem.Undo and UndoItem.Redo methods modify.

Remarks

Calling this property returns all objects that UndoItem2.TopObjects[i].GetPropertyObject(UndoItem2.LookupStrings[i]) references. If one of the objects does not exist, this property fails and returns an error explaining that the property the lookupstring parameter specifies does not exist.

See Also

UndoItem.Redo

UndoItem.Undo