This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IO > IOperation Interface > IOperation.CanRedo Property (ArcObjects .NET 10.5 SDK) |
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
CanRedo indicates if the operation can be re-done. Use the property before using the Redo method.