This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEdit Interface > IWorkspaceEdit.RedoEditOperation Method (ArcObjects .NET 10.5 SDK) |
Causes a Redo to be performed on the last undo.
[Visual Basic .NET]
Public Sub RedoEditOperation ( _
)
[C#] public void RedoEditOperation ( );
[C++]
HRESULT RedoEditOperation(
void
);
The RedoEditOperation method rolls the state of the edit session forward to what it was after the execution of the edit operation at the top of the redo stack, pops the redone edit operation from the redo stack and pushes it back onto the undo stack. Performing a new edit operation clears the redo stack.