Click or drag to resize

GH_UndoServer Properties

The GH_UndoServer type exposes the following members.

Properties
  NameDescription
Public propertyFirstRedoName
Gets the name of the last item in the redo stack (the first item to be redone).
Public propertyFirstUndoName
Gets the name of the last item in the undo stack (the first item to be undone).
Public propertyMaxRecords
Gets or sets the maximum number of undo records that can be stored.
Public propertyRedoCount
Number of redo records currently in the stack.
Public propertyRedoGuids
Gets a sorted list of all the redo Guids in this server.
Public propertyRedoNames
Gets a sorted list of all the redo Guids in this server.
Public propertyUndoCount
Number of undo records currently in the stack.
Public propertyUndoGuids
Gets a sorted list of all the undo Guids in this server.
Public propertyUndoNames
Gets a sorted list of all the undo Guids in this server.
Top
See Also