Label | Explanation | Data Type |
Input Vehicle Routing Problem Layer
| The Vehicle Routing Problem or Last Mile Delivery analysis layer to which routes will be added. | Network Analyst Layer |
Number of Routes
(Optional) | The number of routes that will be added. | Long |
Route Name Prefix
(Optional) | A qualifier that will be added to the title of every route layer item. For example, a route name prefix of WeekdayRoute would be used as the starting text for every route’s name with the object ID appended to it (WeekdayRoute1, WeekdayRoute2, and so on). | String |
Start Depot Name
(Optional) | The name of the starting depot for the route. If this value is null, the route will begin from the first order assigned. Omitting the start depot is useful when the vehicle's starting location is unknown or irrelevant to the problem. For Vehicle Routing Problem layers, when this value is null, the End Depot Name parameter value cannot also be null. Both start and end depots can be null for Last Mile Delivery layers. Virtual start depots are not allowed if orders or depots are in multiple time zones. | String |
End Depot Name
(Optional) | The name of the ending depot for the route. If this value is null, the route will end at the last order assigned. For Vehicle Routing Problem layers, when this value is null, the Start Depot Name parameter value cannot also be null. Both start and end depots can be null for Last Mile Delivery layers. | String |
Earliest Start Time
(Optional) | The earliest allowable start time for the route in a Vehicle Routing Problem layer. This parameter is used by the solver in conjunction with the time window of the starting depot provided in the Depots sublayer by the TimeWindowStart field, for determining feasible route start times. This parameter has a default time-only value of 8:00:00 a.m., which is interpreted as 8:00:00 a.m. on the date provided by the Default Date property of the analysis layer. If no value is specified, the default value is used. This parameter is not applicable and hidden if the input layer is a Last Mile Delivery layer. | Date |
Latest Start Time
(Optional) | The latest allowable start time for the route in a Vehicle Routing Problem layer. This parameter has a default time-only value of 10:00:00 a.m., which is interpreted as 10:00:00 a.m. on the date provided by the Default Date property of the analysis layer. If no value is specified, the default value is used. This parameter is not applicable and hidden if the input layer is a Last Mile Delivery layer. | Date |
Max Order Count
(Optional) | The maximum allowable number of orders on the route. The default value is 30 for Vehicle Routing Problem layers and null for Last Mile Delivery layers. If no value is specified, the default value is used. | Long |
Capacities
(Optional) |
The maximum amount (volume, weight, quantity, and so on) that can be carried by the vehicle. A null value is the same as zero. A maximum of nine capacity fields are allowed, but use only the number necessary to model the needs of the vehicles. | Value Table |
Route Constraints (Optional) |
The constraints that will be placed on routes to limit total time, total travel time, and total distance.
| Value Table |
Costs (Optional) | The costs that may be incurred by the route in a VRP solution.
| Value Table |
Additional Route Time (Optional) |
Additional route time options.
| Value Table |
Append To Existing Routes
(Optional) | Specifies whether new routes will be appended to the existing routes attribute table.
| Boolean |
Date and Time (Optional) |
Additional date and time options for a Last Mile Delivery layer.
Although you can specify both a date and a time for the Earliest Route Start Date and Earliest Route Start Time properties, only the date portion is used for Earliest Route Start Date, and only the time portion is used for Earliest Route Start Time. This parameter is not applicable and hidden if the input layer is a Vehicle Routing Problem layer. | Value Table |
Derived Output
Label | Explanation | Data Type |
Output Vehicle Routing Problem Layer | The updated network analyst layer. | Network Analyst Layer |