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


INAContextEdit.HasRedos Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.HasRedos Method
ArcGIS Developer Help

INAContextEdit.HasRedos Method

Indicates if any redo operations are available.

[Visual Basic .NET]
Public Function HasRedos ( _
) As Boolean
[C#]
public bool HasRedos (
);
[C++]
HRESULT HasRedos(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

HasRedos specifies if there are operations that can be re-executed on the NAContext's NAClasses.

See Also

INAContextEdit Interface