CoordinateGroundSpeed Property |
Gets the ground speed of the aircraft.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> GroundSpeed { get; }
Public ReadOnly Property GroundSpeed As Nullable(Of Single)
Get
public:
property Nullable<float> GroundSpeed {
Nullable<float> get ();
}
member GroundSpeed : Nullable<float32> with get
Property Value
Type:
NullableSingleSee Also