This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAVRPSolver Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the VRP solver.
This interface is new at ArcGIS 9.3.
Description | ||
---|---|---|
CapacityCount | The number of dimensions for object sizes. | |
DefaultDate | The date to use for time windows without dates. | |
DistanceFieldUnits | The units for distance fields in the NA classes. | |
ExcessTransitTimePenaltyFactor | The penalty factor for excess transit time in the objective function. | |
ExternalODCostMatrix | The external OD cost matrix object. | |
GenerateInternalRouteContext | Indicates if the internal route context should be generated. | |
InternalODCostMatrixType | Indicates the type of internal matrix to be created. | |
OutputLines | Indicates how route lines are generated. | |
TimeFieldUnits | The units for time fields in the NA classes. | |
TimeWindowViolationPenaltyFactor | The penalty factor for time window violation in the objective function. |
CoClasses and Classes | Description |
---|---|
NAServerVRPParams | Deprecated as of 10.0. A container for the Vehicle Routing Problem solver settings and return parameters used by NAServer. |
NAVRPSolver | Performs VRP network analysis. |
INAVRPSolver is the interface provided on the NAVRPSolver object to access the properties of the VRP solver.