This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IO > IOperation Interface > IOperation.Undo Method (ArcObjects .NET 10.5 SDK) |
Undoes the operation.
[Visual Basic .NET]
Public Sub Undo ( _
)
[C#] public void Undo ( );
[C++]
HRESULT Undo(
void
);
Undo the operation to reset the action from the Do method. Use the CanUndo property to determine whether the operation can be un-done.