AircraftOperationalStatusMessageSurfacePositionAngleIsTrack Property |
Gets or sets a value indicating whether the track angle in surface position messages is the target heading angle (false) or the track angle (true).
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<bool> SurfacePositionAngleIsTrack { get; set; }
Public Property SurfacePositionAngleIsTrack As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> SurfacePositionAngleIsTrack {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member SurfacePositionAngleIsTrack : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also