UndoItem2.TopObjects

Syntax

UndoItem2.TopObjects

Data Type

Object Array

Purpose

Returns the objects that, when combined with the corresponding items in the UndoItem2.LookupStrings property, specify the objects the UndoItem.Undo and UndoItem.Redo methods modify.

Remarks

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

See Also

UndoItem.EditedObjects

UndoItem.Redo

UndoItem.Undo

UndoItem2.LookupStrings