Gets or sets the maximum angle of attack possible.
Read-write property
[Visual Basic .NET] |
---|
Public Property ForwardFlightMaxAOA() As System.Object |
[C#] |
---|
public System.Object ForwardFlightMaxAOA {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ForwardFlightMaxAOA(); |
[Unmanaged C++] |
---|
public: HRESULT get_ForwardFlightMaxAOA( VARIANT * pVal ); public: HRESULT put_ForwardFlightMaxAOA( VARIANT newVal ); |
[Java] |
---|
public AgVariant getForwardFlightMaxAOA(); public void setForwardFlightMaxAOA( AgVariant ); |