 | VehicleVehicleType Property |
[This is preliminary documentation and is subject to change.]
the type of the vehicle
Namespace:
TrafficSimulation.Simulation.Engine.VehicleHandling
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic VehicleType VehicleType { get; set; }Public Property VehicleType As VehicleType
Get
Set
public:
virtual property VehicleType VehicleType {
VehicleType get () sealed;
void set (VehicleType value) sealed;
}abstract VehicleType : VehicleType with get, set
override VehicleType : VehicleType with get, set
Property Value
Type:
VehicleTypeImplements
IVehicleVehicleType
See Also