Description
The VehicleConfiguration class allows for a detailed description of a truck to help the router determine the best route for the type of truck, load, and dimensions selected. Please be aware that the Width parameter is in inches.
Version
Version 1.0
Parameter | Type | Notes |
---|---|---|
VehicleType
|
VehicleType | See the VehicleType entry for a list of default truck dimension values |
UseDefaultsForVehicleType
|
bool | If this is set to true, none of the other vehicle parameters need to be filled in. |
LoadIsHazMat
|
bool | |
LoadIsHouseholdGoods
|
bool | |
LoadIsSandAndGravel
|
bool | |
HasTrailer
|
bool | |
Height
|
decimal | Feet - Max 13.5 feet |
TrailerLength
|
decimal | Feet - Max 53 feet (single), 26.5 feet per trailer for doubles |
CompleteLength
|
decimal | Feet - Max 75 Feet |
GrossWeight
|
Int32 | Pounds - Max 80,000 Pounds |
Width
|
Int16 | Feet - Max 8.5 Feet |
NumberOfAxles
|
Int16 | |
AxleWeight
|
Int32 | Pounds |
EmptyWeight
|
Int32 | Pounds |
ExtremeAxleLength
|
decimal | Feet |
HasKingpinLength
|
bool | |
KingpinLengthToCenterTandem
|
decimal | Feet - Max 40 Feet |
KingpinLengthToEndTrailer
|
decimal | Feet - Max 45 Feet |
KingpinLengthToLastAxle
|
decimal | Feet - Max 40 Feet |
TandemWeight
|
Int32 | Pounds |
TridemWeight
|
Int32 | Pounds |
Notes
For a list of default dimension values for the different truck types, see the VehicleType entry.