Properties | |
double | CostOfStop[get, set] |
Gets or sets the cost of the stop (in dollars). More... | |
double | HoursPerStop[get, set] |
Gets or sets a length of time allocated for this stop. The format is in decimal hours. More... | |
bool | Loaded[get, set] |
Gets or sets a value indicating whether the truck is loaded. More... | |
bool | OnDuty[get, set] |
Gets or sets a value indicating whether the trunk is on duty. More... | |
bool | UseOrigin[get, set] |
Gets or sets a value indicating whether to default all the settings to those associated with the route origin. More... | |
The StopCosts structure is used to pass all data associated with any additional costs incurred by stopping at a specific location. This structure is referenced as part of the StopLocation structure and is valid for GetReports functionality.
| getset |
Gets or sets the cost of the stop (in dollars).
| getset |
Gets or sets a length of time allocated for this stop. The format is in decimal hours.
| getset |
Gets or sets a value indicating whether the truck is loaded.
| getset |
Gets or sets a value indicating whether the trunk is on duty.
| getset |
Gets or sets a value indicating whether to default all the settings to those associated with the route origin.