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


IWorkspaceEdit.UndoEditOperation 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.UndoEditOperation Method
ArcGIS Developer Help

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