This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Classes > N > NAVRPResult CoClass (ArcObjects .NET 10.5 SDK) |
Contains a VRP result.
This object is new at ArcGIS 9.3.
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) |
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.