Click or drag to resize
BaseStationFlightFirstGroundSpeed Property
Gets or sets the ground speed (in knots) the aircraft was travelling at when the first message was received.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<float> FirstGroundSpeed { get; set; }

Property Value

Type: NullableSingle
See Also