This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IO > IOperationStack Interface > IOperationStack.Redo Method (ArcObjects .NET 10.4 SDK) |
Redoes the next operation on the stack.
[Visual Basic .NET]
Public Sub Redo ( _
)
[C#] public void Redo ( );
[C++]
HRESULT Redo(
void
);
The Redo method performs the redo of the 'next' operation on the OperationStack and moves the 'current' operation pointer forward one operation on the OperationStack.