StopCosts Class Reference

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...
 

Detailed Description

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.

Property Documentation

◆ CostOfStop

double CostOfStop
getset

Gets or sets the cost of the stop (in dollars).

◆ HoursPerStop

double HoursPerStop
getset

Gets or sets a length of time allocated for this stop. The format is in decimal hours.

◆ Loaded

bool Loaded
getset

Gets or sets a value indicating whether the truck is loaded.

◆ OnDuty

bool OnDuty
getset

Gets or sets a value indicating whether the trunk is on duty.

◆ UseOrigin

bool UseOrigin
getset

Gets or sets a value indicating whether to default all the settings to those associated with the route origin.