ArcObjects Library Reference  (SystemUI)    

IOperation.Redo Method

Redoes the operation.

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

Product Availability

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

Description

Redo the operation to redo the action from the Do method. Use the CanRedo property to determine whether the operation can be re-done. 

See Also

IOperation Interface

 


Feedback Send feedback on this page