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.