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


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

INAResult Interface

Provides access to the results of an analysis. Note: the INAResult interface has been superseded by INAResult2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method EmptyAll Clear out all existing rows from any previous analysis.
Read/write property HasValidResult Indicates if the current result is valid.
Method Initialize Set up for a new analysis.
Read-only property NAContext The context for the result.
Read-only property Name The name of the result.
Read-only property OutputProperties The properties of the output.

Classes that implement INAResult

Classes Description
NAODCostMatrixResult Contains an origin-destination cost matrix.
NATraversalResult Contains the result of a network analysis.
NAVRPResult Contains a VRP result.

Remarks

INAResult has been superseded by INAResult2.

.NET Samples

Add a traversal result to the map