BaseStationFlightLastGroundSpeed Property |
Gets or sets the ground speed (in knots) the aircraft was travelling at when the last 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> LastGroundSpeed { get; set; }
Public Property LastGroundSpeed As Nullable(Of Single)
Get
Set
public:
property Nullable<float> LastGroundSpeed {
Nullable<float> get ();
void set (Nullable<float> value);
}
member LastGroundSpeed : Nullable<float32> with get, set
Property Value
Type:
NullableSingleSee Also