This document is archived and information here might be outdated.  Recommended version.


IWorkspaceEdit.RedoEditOperation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEdit Interface > IWorkspaceEdit.RedoEditOperation Method
ArcGIS Developer Help

IWorkspaceEdit.RedoEditOperation Method

Causes a Redo to be performed on the last undo.

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

Product Availability

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

Remarks

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.

See Also

IWorkspaceEdit Interface