Depot visit type.
Constant | Value | Description |
---|---|---|
esriNAStartDepot | 1 | Start depot. |
esriNAEndDepot | 2 | End depot. |
esriNARenewalDepot | 3 | Renewal depot. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
The values within this enumeration are used to indicate the type of visit(s) associated with a depot within a VRP problem instance. These values are stored in the VisitType field on the DepotVisits NAClass within a VRP NAContext.
VisitType field values on the DepotVisits NAClass identify what type of visit was performed at a given depot feature along a route within a Solve operation.
The esriNADepotVisitType enumeration has the following values:
- esriNAStartDepot - this value indicates that this depot visit occurred at the start of a particular route
- esriNAEndDepot - this value indicates that this depot visit occurred at the end of a particular route
- esriNARenewalDepot - this value indicates that this depot visit was used to renew the capacities of a particular route midway along that route