Provides access to properties that contain the results of performing Vehicle Routing Problem network analysis with NAServer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
INAServerSolverResults | Provides access to properties that contain the results of performing network analysis with NAServer. |
CoClasses that implement INAServerVRPResults
CoClasses and Classes | Description |
---|---|
NAServerVRPResults | A container for the Vehicle Routing Problem network analysis results returned by NAServer. |
Remarks
INAServerVRPResults provides methods on an NAServerVRPResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.