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


IOperation.CanRedo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SystemUI)  

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(
  VARIANT_BOOL* result
);
[C++]

Parameters result [out, retval] result is a parameter of type VARIANT_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