Job PartRoute Position Enumeration
RoutePosition indicates which position the JobPart should be scheduled in the
Route and whether it has a Location or not. For example, it is possible to
define JobParts which have no Location and need to be scheduled after the Resource
returns to the end Location in the Route.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public enum RoutePositionVB
Public Enumeration RoutePositionC++
public enum class RoutePositionF#
type RoutePositionMembers
| BetweenStartAndEnd | 0 | The JobPart must be scheduled between the start and end of the Route, at the Location defined for the JobPart. |
| AfterEndNoLocation | 1 | A JobPart must be scheduled after the end of the Route, at the end Location. The JobPart does not have its own fixed Location. |