ArcObjects Library Reference (NetworkAnalyst)  

INAServerSolverResults Interface

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

Description
Read-only property MapImage MapImage containing the network analysis result.
Read-only property SolveMessages Error and warning messages returned by the network analysis solver.

CoClasses that implement INAServerSolverResults

CoClasses and Classes Description
NAServerClosestFacilityResults A container for the closest facility network analysis results returned by NAServer.
NAServerLocationAllocationResults A container for the Location-Allocation network analysis results returned by NAServer.
NAServerODCostMatrixResults A container for the OD Cost Matrix network analysis results returned by NAServer.
NAServerRouteResults A container for the route network analysis results returned by NAServer.
NAServerServiceAreaResults A container for the service area network analysis results returned by NAServer.
NAServerVRPResults A container for the Vehicle Routing Problem network analysis results returned by NAServer.

Remarks

INAServerSolverResults has been superseded by INAServerSolverResults2.

.NET Samples

Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |