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