System > System Assembly Interfaces > IUndoRedo > IUndoRedo.Redo
Redo([Count: Integer = 1]);
Count. The number of operations.
The Redo method repeats the specified number of undone operations.
The number of actions available to repeat can be obtained in the IUndoRedo.RedoCount property.
The example of use is given in description of the IUndoRedo.Enabled property.
See also: