SurfacePositionMessageGroundSpeed Property |
Gets or sets the ground speed of the vehicle in knots.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<double> GroundSpeed { get; set; }
Public Property GroundSpeed As Nullable(Of Double)
Get
Set
public:
property Nullable<double> GroundSpeed {
Nullable<double> get ();
void set (Nullable<double> value);
}
member GroundSpeed : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also