This document is archived and information here might be outdated.  Recommended version.


INAServerRouteParams2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerRouteParams2 Interface
ArcGIS Developer Help

INAServerRouteParams2 Interface

Deprecated as of 10.0. Provides access to properties that specify the route solver settings and return parameters used during network analysis with NAServer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Name Description
Read/write property Barriers RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis.
Read/write property DirectionsLanguage Language to use when computing directions.
Read/write property DirectionsLengthUnits Length units to use when computing directions.
Read/write property DirectionsTimeAttributeName Name of network attribute to use for the drive time when computing directions.
Read/write property ImageDescription ImageDescription used when generating the MapImage returned with the analysis results.
Read/write property MapDescription MapDescription used when generating the MapImage returned with the analysis results.
Read/write property MaxSnapTolerance Maximum search tolerance used when attempting to load network locations.
Read/write property NAClassCandidateFieldMaps Array of NAClassCandidateFieldMaps .
Read/write property NALayerName Network analysis layer name.
Read/write property OutputSpatialReference Spatial reference of the geometries returned with the analysis results.
Read/write property ReturnBarriers Indicates if the output barriers recordset should be returned with the analysis results.
Read/write property ReturnCompactDirections Indicates if compact directions should be generated and returned with the analysis results.
Read/write property ReturnDirections Indicates if directions should be generated and returned with the analysis results.
Read/write property ReturnMap Indicates if a MapImage should be generated and returned with the analysis results.
Read/write property ReturnRouteGeometries Indicates if the route geometries should be generated and returned with the analysis results.
Read/write property ReturnRoutes Indicates if the output routes recordset should be returned with the analysis results.
Read/write property ReturnStops Indicates if the output stops recordset should be returned with the analysis results.
Read/write property SnapTolerance Minimum search tolerance used when attempting to load network locations.
Read/write property SnapToleranceUnits Length units of the SnapTolerance and MaxSnapTolerance.
Read/write property Stops RecordSet or array of PropertySets representing Stops loaded as network locations during analysis.

Inherited Interfaces

Interfaces Description
INAServerRouteParams Deprecated as of 10.0. Provides access to properties that specify the route solver settings and return parameters used during network analysis with NAServer.
INAServerSolverParams Deprecated as of 10.0. Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer.

Classes that implement INAServerRouteParams2

Classes Description
NAServerRouteParams Deprecated as of 10.0. A container for the route solver settings and return parameters used by NAServer.

Remarks

At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.

INAServerRouteParams2 has been superseded by INAServerRouteParams3.