Programmer's Guide > Interfaces > ADocument interface > redo method
  
redo method
The redo method reverses the change made by the last undo. A series of consecutive undos may be reversed by the corresponding number of redos. Redo operations do not get added to the undo history.
redo()
Parameters
None
Returns
void
Throws
AOMException
Raised if the method detects an error, for example, when the last change was not an undo or redo.