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.