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


IOperation.Redo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IO > IOperation Interface > IOperation.Redo Method
ArcGIS Developer Help

IOperation.Redo Method

Redoes the operation.

[Visual Basic .NET]
Public Sub Redo ( _
)
[C#]
public void Redo (
);
[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