Provides access to properties that specify the route solver settings and return parameters used during network analysis with NAServer. Note: the INAServerRouteParams interface has been superseded byINAServerRouteParams. 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 or array of PropertySets representing Barriers loaded as network locations during analysis. |
![]() |
DirectionsLanguage | Language to use when computing directions. |
![]() |
DirectionsLengthUnits | Length units to use when computing directions. |
![]() |
DirectionsTimeAttributeName | Name of network attribute to use for the drive time when computing directions. |
![]() |
ImageDescription | ImageDescription used when generating the MapImage returned with the analysis results. |
![]() |
MapDescription | MapDescription used when generating the MapImage returned with the analysis results. |
![]() |
MaxSnapTolerance | Maximum search tolerance used when attempting to load network locations. |
![]() |
NAClassCandidateFieldMaps | Array of NAClassCandidateFieldMaps . |
![]() |
NALayerName | Network analysis layer name. |
![]() |
OutputSpatialReference | Spatial reference of the geometries returned with the analysis results. |
![]() |
ReturnBarriers | Indicates if the output barriers recordset should be returned with the analysis results. |
![]() |
ReturnDirections | Indicates if directions should be generated and returned with the analysis results. |
![]() |
ReturnMap | Indicates if a MapImage should be generated and returned with the analysis results. |
![]() |
ReturnRouteGeometries | Indicates if the route geometries should be generated and returned with the analysis results. |
![]() |
ReturnRoutes | Indicates if the output routes recordset should be returned with the analysis results. |
![]() |
ReturnStops | Indicates if the output stops recordset should be returned with the analysis results. |
![]() |
SnapTolerance | Minimum search tolerance used when attempting to load network locations. |
![]() |
SnapToleranceUnits | Length units of the SnapTolerance and MaxSnapTolerance. |
![]() |
Stops | RecordSet or array of PropertySets representing Stops loaded as network locations during analysis. |
Inherited Interfaces
| Interfaces | Description |
|---|---|
| INAServerSolverParams | Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer. |
CoClasses that implement INAServerRouteParams
| CoClasses and Classes | Description |
|---|---|
| NAServerRouteParams | A container for the route solver settings and return parameters used by NAServer. |
Remarks
INAServerRouteParams has been superseded by INAServerRouteParams3.

