 | VehicleCurrentVelocity Property |
[This is preliminary documentation and is subject to change.]
The current velocity 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 double CurrentVelocity { get; set; }Public Property CurrentVelocity As Double
Get
Set
public:
virtual property double CurrentVelocity {
double get () sealed;
void set (double value) sealed;
}abstract CurrentVelocity : float with get, set
override CurrentVelocity : float with get, set
Property Value
Type:
DoubleImplements
IVehicleCurrentVelocity
See Also