TargetStateAndStatusVersion2SelectedAltitudeIsFms Property |
Gets or sets a value indicating whether the
SelectedAltitude is derived from the Flight Management System (true) or the
autopilot Mode Control Panel / Flight Control Unit (false).
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SelectedAltitudeIsFms { get; set; }
Public Property SelectedAltitudeIsFms As Boolean
Get
Set
public:
property bool SelectedAltitudeIsFms {
bool get ();
void set (bool value);
}
member SelectedAltitudeIsFms : bool with get, set
Property Value
Type:
BooleanSee Also