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


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

INAServerRouteResults Interface

Deprecated as of 10.0. Provides access to properties that contain the results of performing route network analysis with NAServer. Note: the INAServerRouteResults interface has been superseded by INAServerRouteResults2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Read-only property Barriers RecordSet of Barriers returned from the network analysis.
Read-only property Directions Directions for each resulting route.
Read-only property MapImage MapImage containing the network analysis result.
Read-only property RouteGeometries Polyline geometry for each resulting route.
Read-only property Routes RecordSet of Routes returned from the network analysis.
Read-only property SolveMessages Error and warning messages returned by the network analysis solver.
Read-only property Stops RecordSet of Stops returned from the network analysis.
Read-only property TotalImpedances Total accumulated cost on the impedance attribute for each resulting route.

Inherited Interfaces

Interfaces Description
INAServerSolverResults Deprecated as of 10.0. Provides access to properties that contain the results of performing network analysis with NAServer.

Classes that implement INAServerRouteResults

Classes Description
NAServerRouteResults Deprecated as of 10.0. A container for the route network analysis results returned 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.

INAServerRouteResults has been superseded by INAServerRouteResults3.