RedoNumSteps: Integer;
The RedoNumSteps property returns the number of steps that can be repeated.
Executing the example requires an existing ws object of the IWxWorkspace type.
Sub UserProc;
Var
ws: IWxWorkspace;
Begin
ws.Redo(ws.RedoNumSteps);
End Sub UserProc;
After executing the example all available actions are repeated.
See also: