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


IOperationStack.Undo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IO > IOperationStack Interface > IOperationStack.Undo Method
ArcGIS Developer Help

IOperationStack.Undo Method

Undoes the previous operation on the stack.

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

Product Availability

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

Description

The Undo method performs the undo of the 'current' operation on the OperationStack and moves the 'current' operation pointer back one operation on the OperationStack.

See Also

IOperationStack Interface