Provides access to properties that contain the results of performing route network analysis with NAServer. Note: the INAServerRouteResults interface has been superseded byINAServerRouteResults2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
| Description | ||
|---|---|---|
![]() |
Barriers | RecordSet of Barriers returned from the network analysis. |
![]() |
Directions | Directions for each resulting route. |
![]() |
MapImage | MapImage containing the network analysis result. |
![]() |
RouteGeometries | Polyline geometry for each resulting route. |
![]() |
Routes | RecordSet of Routes returned from the network analysis. |
![]() |
SolveMessages | Error and warning messages returned by the network analysis solver. |
![]() |
Stops | RecordSet of Stops returned from the network analysis. |
![]() |
TotalImpedances | Total accumulated cost on the impedance attribute for each resulting route. |
Inherited Interfaces
| Interfaces | Description |
|---|---|
| INAServerSolverResults | Provides access to properties that contain the results of performing network analysis with NAServer. |
CoClasses that implement INAServerRouteResults
| CoClasses and Classes | Description |
|---|---|
| NAServerRouteResults | A container for the route network analysis results returned by NAServer. |
Remarks
INAServerRouteResults has been superseded by INAServerRouteResults3.
