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 | ||
---|---|---|
LayerToken | Token identifying of the network analysis layer saved on the server. | |
MapImage | MapImage containing the network analysis result. | |
SolveErrorCode | Error code returned by solve operation if it failed. | |
SolveMessages | Error and warning messages returned by the network analysis solver. |
Inherited Interfaces
Interfaces | Description |
---|---|
INAServerSolverResults | Provides access to properties that contain the results of performing network analysis with NAServer. |
CoClasses that implement INAServerSolverResults2
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
INAServerSolverResults2 provides methods on an NAServerSolverResults object (NAServerRouteResults, NAServerClosestFacilityResults, NAServerServiceAreaResults, NAServerLocationAllocationResults, NAServerODCostMatrixResults, 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.