This document is archived and information here might be outdated.  Recommended version.


INAVRPResult Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAVRPResult Interface
ArcGIS Developer Help

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

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

Classes that implement INAVRPResult

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