ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPResults Interface

Deprecated as of 10.0. 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
Read-only property Barriers RecordSet of Barriers returned from the network analysis.
Read-only property Breaks RecordSet of Breaks returned from the network analysis.
Read-only property CompactDirections Compact directions for each resulting routes.
Read-only property Depots RecordSet of Depots returned from the network analysis.
Read-only property DepotVisits RecordSet of Depot Visits returned from the network analysis.
Read-only property MapImage MapImage containing the network analysis result.
Read-only property OrderPairs RecordSet of OrderPairs returned from the network analysis.
Read-only property Orders RecordSet of Orders returned from the network analysis.
Read-only property PolygonBarriers RecordSet of Polygon Barriers returned from the network analysis.
Read-only property PolylineBarriers RecordSet of Polyline Barriers returned from the network analysis.
Read-only property RouteRenewals RecordSet of Route Renewals returned from the network analysis.
Read-only property Routes RecordSet of Routes returned from the network analysis.
Read-only property RouteSeedPoints RecordSet of Route Seed Points returned from the network analysis.
Read-only property RouteZones RecordSet of Route Zones returned from the network analysis.
Read-only property SolveMessages Error and warning messages returned by the network analysis solver.
Read-only property Specialties RecordSet of Specialties returned from the network analysis.

Inherited Interfaces

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

CoClasses that implement INAServerVRPResults

CoClasses and Classes Description
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.

INAServerVRPResults provides methods on an NAServerVRPResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.