ArcObjects Library Reference (NetworkAnalyst)  

INAVRPResult Interface

Provides access to the VRP result object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Description

This interface is new at ArcGIS 9.3.

Members

Description
Read-only property InternalODCostMatrix The internal OD cost matrix.
Read-only property InternalRouteContext The NAContext for the internal route problem.

CoClasses that implement INAVRPResult

CoClasses and Classes Description
NAVRPResult Contains a VRP result.

Remarks

INAVRPResult is the interface provided on the NAVRPResult object to access the properties of the VRP result instance.

.NET Samples

Add a traversal result to the map (Code Files: AddTraversalResultsToMap)