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


NAVRPResult Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Classes > N > NAVRPResult Class
ArcGIS Developer Help

NAVRPResultClass Class

Contains a VRP result.

Product Availability

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

Description

This object is new at ArcGIS 9.3.

Interfaces

Interfaces Description
INAResult Provides access to the results of an analysis.
INAResult2 Provides access to the results of an analysis.
INAVRPResult Provides access to the VRP result object.
IPersistStream (esriSystem)

Remarks

The NAVRPResult object is created by the NAVRPSolver in order to provide access to the internally-managed NAODCostMatrix object and Route NAContext used by the VRP solver in its analysis and output. The NAVRPSolver will only create an NAVRPResult when INAVRPSolver::InternalODCostMatrixType is equal to esriNAODCostMatrixFull or esriNAODCostMatrixUpdate. The NAVRPResult may be accessed from the INAContext::Result property of a VRP NAContext instance.