This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPResults Interface (ArcObjects .NET 10.4 SDK) |
Deprecated as of 10.0. Provides access to properties that contain the results of performing Vehicle Routing Problem network analysis with NAServer.
Description | ||
---|---|---|
Barriers | RecordSet of Barriers returned from the network analysis. | |
Breaks | RecordSet of Breaks returned from the network analysis. | |
CompactDirections | Compact directions for each resulting routes. | |
Depots | RecordSet of Depots returned from the network analysis. | |
DepotVisits | RecordSet of Depot Visits returned from the network analysis. | |
MapImage | MapImage containing the network analysis result. | |
OrderPairs | RecordSet of OrderPairs returned from the network analysis. | |
Orders | RecordSet of Orders returned from the network analysis. | |
PolygonBarriers | RecordSet of Polygon Barriers returned from the network analysis. | |
PolylineBarriers | RecordSet of Polyline Barriers returned from the network analysis. | |
RouteRenewals | RecordSet of Route Renewals returned from the network analysis. | |
Routes | RecordSet of Routes returned from the network analysis. | |
RouteSeedPoints | RecordSet of Route Seed Points returned from the network analysis. | |
RouteZones | RecordSet of Route Zones returned from the network analysis. | |
SolveMessages | Error and warning messages returned by the network analysis solver. | |
Specialties | RecordSet of Specialties returned from the network analysis. |
Interfaces | Description |
---|---|
INAServerSolverResults | Deprecated as of 10.0. Provides access to properties that contain the results of performing network analysis with NAServer. |
CoClasses and Classes | Description |
---|---|
NAServerVRPResults | Deprecated as of 10.0. A container for the Vehicle Routing Problem network analysis results returned by NAServer. |
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.
INAServerVRPResults provides methods on an NAServerVRPResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.