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


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

INAServerSolverResults2 Interface

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

Product Availability

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

Members

Name Description
Read-only property LayerToken Token identifying of the network analysis layer saved on the server.
Read-only property MapImage MapImage containing the network analysis result.
Read-only property SolveErrorCode Error code returned by solve operation if it failed.
Read-only property SolveMessages Error and warning messages returned by the network analysis solver.

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 INAServerSolverResults2

Classes Description
NAServerClosestFacilityResults Deprecated as of 10.0. A container for the closest facility network analysis results returned by NAServer.
NAServerLocationAllocationResults Deprecated as of 10.0. A container for the Location-Allocation network analysis results returned by NAServer.
NAServerODCostMatrixResults Deprecated as of 10.0. A container for the OD Cost Matrix network analysis results returned by NAServer.
NAServerRouteResults Deprecated as of 10.0. A container for the route network analysis results returned by NAServer.
NAServerServiceAreaResults Deprecated as of 10.0. A container for the service area network analysis results returned by NAServer.
NAServerVRPResults Deprecated as of 10.0. A container for the Vehicle Routing Problem 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.

INAServerSolverResults2 provides methods on an NAServerSolverResults object (NAServerRouteResults, NAServerClosestFacilityResults, NAServerServiceAreaResults, NAServerLocationAllocationResults, NAServerODCostMatrixResults, and NAServerVRPResults) returned by the Solve method on INAServer to retrieve the results of the network analysis. 

There are methods to get the LayerToken and the SolveErrorCode returned by the solver.