ArcObjects Library Reference (NetworkAnalyst)  

INAResult Interface

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

Product Availability

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

Members

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.

CoClasses that implement INAResult

CoClasses and 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 (Code Files: AddTraversalResultsToMap)