VehicleProfile constructor

VehicleProfile(
  1. VehicleType vehicleType
)

Creates a new instance.

  • vehicleType Defines the vehicle type.

Implementation

VehicleProfile(this.vehicleType)
    : truckCategory = null, trailerCount = 0, hazardousMaterials = [], tunnelCategory = null, axleCount = null, grossWeightInKilograms = null, heightInCentimeters = null, lengthInCentimeters = null, widthInCentimeters = null, weightPerAxleInKilograms = null;