Click or drag to resize

RouteMetrics Properties

The RouteMetrics type exposes the following members.

Properties
  NameDescription
Public propertyDistanceCost
The total distance cost.
Public propertyDrivingTimeTotal
Total driving time.
Public propertyIdleTimeTotal
The total idle time (waiting for job windows to open when a resource arrives before a job window opens).
Public propertyJobsCount
The number of Jobs assigned in this route (*not JobParts*).
Public propertyJobTimeTotal
The sum of the JobTime for all the Jobs in this route.
Public propertyJobWeightTotal
The total weight for all the Jobs in this route.
Public propertyLateTimeCost
The total late time cost. This is the total late time in minutes multiplied by the TotalLatenessWeight.
Public propertyLateTimeTotal
The total late time (when the resource arrives after a soft window closes).
Public propertyMaxJobTimeCost
The total cost for the maximum total Job time soft constraint (MaxJobTimeSoftConstraint). This is the difference between the total Job time and the maximum Job time in minutes, multiplied by the MaxJobTimeSoftConstraintWeight.
Public propertyMaxWorkTimeCost
The total cost for the maximum working time soft constraint (MaxWorkTimeSoftConstraint). This is the difference between the total work time and the maximum work time in minutes, multiplied by the MaxWorkTimeSoftConstraintWeight.
Public propertyMinJobTimeCost
The total cost for the minimum total Job time soft constraint (MinJobTimeSoftConstraint). This is the difference between the total Job time and the minimum Job time in minutes, multiplied by the MinJobTimeSoftConstraintWeight.
Public propertyMinWorkTimeCost
The total cost for the minimum working time soft constraint (MinWorkTimeSoftConstraint). This is the difference between the total work time and the minimum work time in minutes, multiplied by the MinWorkTimeSoftConstraintWeight.
Public propertyTotalDistance
The total distance.
Public propertyViolations
The violations of any constraints in the route.
Public propertyWaitingTimeTotal Obsolete.
The total idle time (waiting for job windows to open when a resource arrives before a job window opens). This is obsolete - use IdleTimeTotal instead.
Public propertyWorkTimeTotal
Total duty time.
Top
See Also

www.routingautomation.com | support