RouteItemType Enumeration |
The location types within routes.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic enum RouteItemType
Public Enumeration RouteItemType
public enum class RouteItemType
Members
| Member name | Value | Description |
---|
| Start | 0 |
The start location for a route.
|
| Job | 1 |
A JobPart within a route.
|
| End | 2 |
The end location for a route.
|
See Also