AircraftJsonGroundSpeed Property |
Gets or sets the ground speed of the aircraft in knots.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public 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:
NullableSingleSee Also