BaseStationFlightFirstGroundSpeed Property |
Gets or sets the ground speed (in knots) the aircraft was travelling at when the first message was received.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> FirstGroundSpeed { get; set; }
Public Property FirstGroundSpeed As Nullable(Of Single)
Get
Set
public:
property Nullable<float> FirstGroundSpeed {
Nullable<float> get ();
void set (Nullable<float> value);
}
member FirstGroundSpeed : Nullable<float32> with get, set
Property Value
Type:
NullableSingleSee Also