TargetStateAndStatusVersion1HorizontalModeIndicator Property |
Gets or sets a value indicating whether the target heading has been reached or whether the aircraft is moving towards it.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public HorizontalModeIndicator HorizontalModeIndicator { get; set; }
Public Property HorizontalModeIndicator As HorizontalModeIndicator
Get
Set
public:
property HorizontalModeIndicator HorizontalModeIndicator {
HorizontalModeIndicator get ();
void set (HorizontalModeIndicator value);
}
member HorizontalModeIndicator : HorizontalModeIndicator with get, set
Property Value
Type:
HorizontalModeIndicatorSee Also