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