SurfacePositionMessageGroundTrack Property |
Gets or sets the ground track of the vehicle, where 0 is north, 90 east, 180 south and 270 west.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<double> GroundTrack { get; set; }
Public Property GroundTrack As Nullable(Of Double)
Get
Set
public:
property Nullable<double> GroundTrack {
Nullable<double> get ();
void set (Nullable<double> value);
}
member GroundTrack : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also