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