This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IO > IOperationStack Interface > IOperationStack.RedoOperation Property (ArcObjects .NET 10.4 SDK) |
Redoes a specified operation.
[Visual Basic .NET] Public ReadOnly Property RedoOperation As IOperation
[C#] public IOperation RedoOperation {get;}
[C++]
HRESULT get_RedoOperation(
IOperation** operation
);
[C++]
Parameters operation [out, retval]
operation is a parameter of type IOperation
Returns the 'next' operation on the OperationStack, without executing an redo.