Description
The slope of the coefficient of lift curve.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property TakeoffLandingClAlpha() As Double
|
| [C#] |
|---|
public double TakeoffLandingClAlpha {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_TakeoffLandingClAlpha(); public: __property void set_TakeoffLandingClAlpha(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TakeoffLandingClAlpha(
double * pVal
);
public: HRESULT put_TakeoffLandingClAlpha(
double newVal
);
|
| [Java] |
|---|
public double getTakeoffLandingClAlpha();
public void setTakeoffLandingClAlpha(
double
);
|
| [Python - STK API] |
|---|
@property
def TakeoffLandingClAlpha(self) -> float:
@TakeoffLandingClAlpha.setter
def TakeoffLandingClAlpha(self, newVal:float) -> None:
|
See Also