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


INAContextEdit.HasUndos 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.HasUndos Method
ArcGIS Developer Help

INAContextEdit.HasUndos Method

Indicates if any undo operations are available.

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

Product Availability

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

Remarks

HasUndos specifies if there are operations that can be undone on the NAContext's NAClasses.

See Also

INAContextEdit Interface