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


IOperation.CanRedo Property (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.CanRedo Property
ArcGIS Developer Help

IOperation.CanRedo Property

Indicates if the operation can be redone.

[Visual Basic .NET]
Public ReadOnly Property CanRedo As Boolean
[C#]
public bool CanRedo {get;}
[C++]
HRESULT get_CanRedo(
  Boolean* result
);
[C++]
Parameters
result [out, retval]

result is a parameter of type bool*

Product Availability

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

Description

CanRedo indicates if the operation can be re-done. Use the property before using the Redo method.

See Also

IOperation Interface