| Name | Description |
| AccumulateAttributes | The list of network attribute names to be accumulated with the analysis, i.e. which attributes should be returned as part of the response. The default is as defined in the specific routing network layer used in your RouteTask. You can specify any attributes names listed in the Service Directory under "Network Dataset -> Network Attributes" as "Usage Type: esriNAUTCost". (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| AttributeParameterValues | A set of attribute parameter values that can be parameterized to determine which network elements can be used by a vehicle. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| Barriers | The set of barriers loaded as network locations during analysis. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| BarriersUrl | Gets or sets the barriers Url. A Url can be provided to a location that returns a feature set of geometries. The points in the feature set will be used as barriers. If BarriersUrl is set then Barriers will be ignored. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| DirectionsLanguage | The language to be used when computing directions. The default is as defined in the specific routing network layer used in your RouteTask. By default, NAServer gets installed with en_US only - it is up to the server administrator to add additional languages. |
| DirectionsLengthUnits | The length units to use when computing directions. The default is as defined in the specific routing network layer used in your RouteTask. Possible values are "esriFeet", "esriKilometers", "esriMeters", "esriMiles", "esriNauticalMiles" and "esriYards". |
| DirectionsTimeAttribute | The name of network attribute to use for the drive time when computing directions. The default is as defined in the specific routing network layer used in your RouteTask. |
| DoNotLocateOnRestrictedElements | If true, avoid network elements restricted by barriers or due to restrictions specified in restrictionAttributes. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| FindBestSequence | If true, the solver will optimize the order of the stops in the route (while taking into account preserveFirstStop and preserveLastStop if they were set to true). |
| IgnoreInvalidLocations | When false, the solve operation will fail if at least one of the stops specified cannot be located or reached. |
| ImpedanceAttribute | The network attribute name to be used as the impedance attribute in analysis. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| OutputGeometryPrecision | The precision of the output geometry after generalization. If 0, no generalization of output geometry is performed. If present and positive, it represents the MaximumAllowableOffset parameter - generalization is performed according to IPolycurve.Generalize. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| OutputGeometryPrecisionUnits | The units of the output geometry precision. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| OutputLines | The type of output lines to be generated in the result. The default is as defined in the specific routing network layer used in your RouteTask. Possible values are "esriNAOutputLineNone" (no line at all), "esriNAOutputLineStraight" (a straight line from start to end) and "esriNAOutputLineTrueShape". (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| OutSpatialReference | The well-known ID of the spatial reference for the geometries returned with the analysis results. If outSR is not specified, the geometries are returned in the spatial reference of the routing network layer used in your RouteTask. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| PolygonBarriers | The set of polygon barriers loaded as network locations during analysis. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| PolygonBarriersUrl | Gets or sets the polygon barriers Url. A Url can be provided to a location that returns a feature set of geometries. The polygons in the feature set will be used as polygon barriers. If PolygonBarriersUrl is set then PolygonBarriers will be ignored. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| PolylineBarriers | The set of polyline barriers loaded as network locations during analysis. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| PolylineBarriersUrl | Gets or sets the polyline barriers Url. A Url can be provided to a location that returns a feature set of geometries. The polylines in the feature set will be used as polyline barriers. If PolylineBarriersUrl is set then PolylineBarriers will be ignored. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| PreserveFirstStop | If true, the solver should keep the first stop fixed in the sequence (even when findBestSequence is true). Only applicable if findBestSequence is true. The default is as defined in the specific routing network layer used in your RouteTask. |
| PreserveLastStop | If true, the solver should keep the last stop fixed in the sequence (even when findBestSequence is true). Only applicable if findBestSequence is true. The default is as defined in the specific routing network layer used in your RouteTask. |
| RestrictionAttributes | The list of network attribute names to be used as restrictions with the analysis. The default is as defined in the specific routing network layer used in your RouteTask. Possible values are listed in the Service Directory under "Network Dataset -> Network Attributes". You can also specify a value of "none" to indicate that no network attributes should be used as restrictions. If you specify an empty array, it will default to the default of the service. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| RestrictUTurns | Specifies how U-Turns should be handled. The default is as defined in the specific routing network layer used in your RouteTask. Possible values are "esriNFSBAllowBacktrack", "esriNFSBAtDeadEndsOnly" and "esriNFSBNoBacktrack". (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| ReturnBarriers | If true, barriers will be returned in the barriers property of RouteSolveResult. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| ReturnDirections | If true , directions will be generated and returned in the directions property of each RouteResult of the RouteEventArgs. |
| ReturnPolygonBarriers | If true, polyline barriers will be returned in the polylineBarriers of the RouteSolveResult. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| ReturnPolylineBarriers | If true, polygon barriers will be returned in the polygonBarriers of the RouteSolveResult. (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| ReturnRoutes | If true, routes will be generated and returned in the route property of each RouteResult of the RouteEventArgs. |
| ReturnStops | If true , stops will be returned in the stops property of RouteSolveResult. |
| ReturnZ | If true , Z values will be included in the results if the features have Z values. Otherwise Z values are not returned. The default is false . (Inherited from ESRI.ArcGIS.Client.Tasks.BaseRouteParameters) |
| StartTime | The time the route begins. If not specified, the solver will not start the route at a particular time. |
| Stops | The set of stops loaded as network locations during analysis. Can be either an instance of DataLayer or FeatureSet. |
| StopsUrl | Gets or sets the stops Url. A Url can be provided to a location that returns a feature set of geometries. The points in the feature set will be used as stops. If StopsUrl is set then Stops will be ignored. |
| UseHierarchy | If true, the hierarchy attribute for the network should be used in analysis. The default is as defined in the specific routing network layer used in your RouteTask. |
| UseTimeWindows | If true , the solver should consider time windows. The default is as defined in the specific routing network layer used in your RouteTask. |