Description
The maximum angle of attack possible.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property TakeoffLandingMaxAOA() As System.Object
|
| [C#] |
|---|
public System.Object TakeoffLandingMaxAOA {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_TakeoffLandingMaxAOA(); public: __property void set_TakeoffLandingMaxAOA(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TakeoffLandingMaxAOA(
VARIANT * pVal
);
public: HRESULT put_TakeoffLandingMaxAOA(
VARIANT newVal
);
|
| [Java] |
|---|
public AgVariant getTakeoffLandingMaxAOA();
public void setTakeoffLandingMaxAOA(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def TakeoffLandingMaxAOA(self) -> typing.Any:
@TakeoffLandingMaxAOA.setter
def TakeoffLandingMaxAOA(self, newVal:typing.Any) -> None:
|
See Also