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


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

INAResult2 Interface

Provides access to the results of an analysis.

Product Availability

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

Members

Name Description
Method Create Set up for a new analysis.
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.
Method InitializeEx Provides the result object with a reference to the context.
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.

Inherited Interfaces

Interfaces Description
INAResult Provides access to the results of an analysis.

Classes that implement INAResult2

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

Remarks

The INAResult2 interface is a required interface on any network result.  Objects implementing this interface may be returned by the Result property on INAContext.

This interface has methods to setup and clear the analysis results as well as methods to do high level interrogation of the results.