ArcObjects Library Reference  (SystemUI)    

IOperation.Undo Method

Undoes the operation.

[Visual Basic 6.0]
Sub Undo
[Visual Basic .NET]
Public Sub Undo ( _
)
[C#]
public void Undo (
);
[Java]
public void undo (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Undo(
void
);

Product Availability

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

Description

Undo the operation to reset the action from the Do method. Use the CanUndo property to determine whether the operation can be un-done. 

See Also

IOperation Interface

 


Feedback Send feedback on this page