| BaseStationMessageGroundSpeed Property  | 
            Gets or sets the speed over the ground of the aircraft, if known.
            
 
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<float> GroundSpeed { get; set; }Public Property GroundSpeed As Nullable(Of Single)
	Get
	Set
public:
property Nullable<float> GroundSpeed {
	Nullable<float> get ();
	void set (Nullable<float> value);
}member GroundSpeed : Nullable<float32> with get, set
Property Value
Type: 
NullableSingle
See Also