Click or drag to resize

RouteItem Class

A location within a route. For example, the start or end or a job to be done.
Inheritance Hierarchy
SystemObject
  VRSolverRouteItem

Namespace:  VRSolver
Assembly:  VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax
public class RouteItem

The RouteItem type exposes the following members.

Properties
  NameDescription
Public propertyArrivalTime
The arrival time.
Public propertyBreak
Any break time during the travel between this location and the next one.
Public propertyCurrentLoad
The current load at this location in the route (after the job has been completed - not when the resource arrives).
Public propertyDepartureTime
The departure time.
Public propertyDistanceToNext
The distance between this location and the next.
Public propertyID
The ID of this item.
Public propertyIdleTime
The idle time if arriving at this location before the window opens.
Public propertyIndex
The position of this location in the route. The first location in the route has the index zero.
Public propertyItemType
The location type.
Public propertyJob
The Job that the JobPart belongs to.
Public propertyJobPart
The JobPart for this location in the route.
Public propertyJobPartIndex
The position of the JobPart in the Job's Parts array. The indexes start at zero.
Public propertyLabel
The Job that the JobPart belongs to.
Public propertyLateTime
The difference between the arrival time and the soft window end time (if there is a soft window).
Public propertyLoadChange
The load change for the JobPart at this location.
Public propertyNext
The next location in the route (null if it is the last item).
Public propertyPrevious
The previous location in the route (null if it is the first item).
Public propertyServiceTime
The service time required to complete the job.
Public propertyTravelTimeToNext
The journey time from this location to the next one.
Public propertyWaitingTime Obsolete.
The idle time if arriving at this location before the window opens. This is obsolete - use IdleTime instead.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

www.routingautomation.com | support