Options for route seed point type.
Constant | Value | Description |
---|---|---|
esriNARouteSeedPointStatic | 0 | Static route seed point. |
esriNARouteSeedPointDynamic | 1 | Dynamic route seed point based on order stops on route. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
The values within this enumeration are used to determine route seed point usage within a VRP problem instance. These values are stored in the SeedPointType field on the RouteSeedPoints NAClass within a VRP NAContext.
SeedPointType field values on the RouteSeedPoints NAClass identify how a given route seed point is to be used and updated within a Solve operation.
The esriNARouteSeedPointType enumeration has the following values:
- esriNARouteSeedPointStatic - this value indicates that the point geometry associated with the route seed point feature is to remain unchanged during the Solve operation. If this value is used, a valid point geometry must be provided for the route seed point feature.
- esriNARouteSeedPointDynamic - this value indicates that the point geometry associated with the route seed point feature can be dynamically updated during the Solve operation to be the geometric average of all order point geometries currently assigned to the route seed point's associated route feature. If this value is used, a valid or empty point geometry may be provided for the route seed point feature.