AirborneVelocityMessageAirspeedIsTrueAirspeed Property |
Gets or sets a value indicating whether the
Airspeed property indicates true airspeed or indicated airspeed.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AirspeedIsTrueAirspeed { get; set; }
Public Property AirspeedIsTrueAirspeed As Boolean
Get
Set
public:
property bool AirspeedIsTrueAirspeed {
bool get ();
void set (bool value);
}
member AirspeedIsTrueAirspeed : bool with get, set
Property Value
Type:
BooleanSee Also