ArcObjects Library Reference (SystemUI)  

IOperationStack.Redo Method

Redoes the next operation on the stack.

[Visual Basic .NET]
Public Sub Redo ( _
)
[C#]
public void Redo (
);
[C++]
HRESULT Redo(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

IOperationStack Interface