NAServerRouteResults
Base Type: NAServerSolverResults
A class that contains the result of performing network analysis on a route layer.
| Property | Type | Description | 
|---|---|---|
| Barriers | The point barriers used in the analysis. | |
| CompactDirections | The array of turn by turn compact directions for each route. | |
| Directions | The array of turn by turn directions for each route. | |
| PolygonBarriers | The polygon barriers used in the analysis. | |
| PolylineBarriers | The line barriers used in the analysis. | |
| RouteGeometries | Polyline[] | The geometries of the output routes. | 
| Routes | The output route features returned from the analysis. | |
| Stops | RecordSet of Stops returned from the network analysis. | |
| TotalImpedances | double[] | Total accumulated cost on the impedance attribute for each resulting route. | 
Remarks
There should be one route for each route in the analysis. Multiple routes can be solved in a single analysis by assigning stops to routes by specifying the RouteName field on each stop in the directions.