Opt to allow Aviator to calculate the Angle of Attack. Otherwise, the value will be 0 by default.
Read-only property
[Visual Basic .NET] |
---|
Public Property CalculateAOA() As Boolean |
[C#] |
---|
public bool CalculateAOA {get;} |
[Managed C++] |
---|
public: __property bool get_CalculateAOA(); |
[Unmanaged C++] |
---|
public: HRESULT get_CalculateAOA( VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool getCalculateAOA(); |