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


IOperationStack.UndoOperation Property (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.UndoOperation Property
ArcGIS Developer Help

IOperationStack.UndoOperation Property

Undoes a specified operation.

[Visual Basic .NET]
Public ReadOnly Property UndoOperation As IOperation
[C#]
public IOperation UndoOperation {get;}
[C++]
HRESULT get_UndoOperation(
  IOperation** operation
);
[C++]
Parameters
operation [out, retval]

operation is a parameter of type IOperation**

Product Availability

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

Description

Returns the 'current' operation on the OperationStack, without executing an undo.

See Also

IOperationStack Interface