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