ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEdit.UndoEditOperation Method

Causes an Undo to be performed on the last edit operation.

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

Product Availability

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

Remarks

The UndoEditOperation can be used to roll the state of the edit session back to what it was prior to the execution of the edit operation at the top of the undo stack. Undoing an edit operation pops the edit operation from the Undo stack and adds it to a Redo stack.

See Also

IWorkspaceEdit Interface