TargetStateAndStatusVersion1VerticalModeIndicator Property |
Gets or sets a value indicating whether the target altitude 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 VerticalModeIndicator VerticalModeIndicator { get; set; }
Public Property VerticalModeIndicator As VerticalModeIndicator
Get
Set
public:
property VerticalModeIndicator VerticalModeIndicator {
VerticalModeIndicator get ();
void set (VerticalModeIndicator value);
}
member VerticalModeIndicator : VerticalModeIndicator with get, set
Property Value
Type:
VerticalModeIndicatorSee Also