ArcObjects Library Reference  (GeoDatabase)    

IWorkspaceEdit.RedoEditOperation Method

Causes a Redo to be performed on the last undo.

[Visual Basic 6.0]
Sub RedoEditOperation
[Visual Basic .NET]
Public Sub RedoEditOperation ( _
)
[C#]
public void RedoEditOperation (
);
[Java]
public void redoEditOperation (
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page