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 | ||
---|---|---|
EmptyAll | Clear out all existing rows from any previous analysis. | |
HasValidResult | Indicates if the current result is valid. | |
Initialize | Set up for a new analysis. | |
NAContext | The context for the result. | |
Name | The name of the result. | |
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.