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.