Click or drag to resize
BaseStationFlightLastGroundSpeed Property
Gets or sets the ground speed (in knots) the aircraft was travelling at when the last 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> LastGroundSpeed { get; set; }

Property Value

Type: NullableSingle
See Also