Description
The coefficient of drag of the lifting surface at zero angle of attack.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property TakeoffLandingCd0() As Double
|
| [C#] |
|---|
public double TakeoffLandingCd0 {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_TakeoffLandingCd0(); public: __property void set_TakeoffLandingCd0(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TakeoffLandingCd0(
double * pVal
);
public: HRESULT put_TakeoffLandingCd0(
double newVal
);
|
| [Java] |
|---|
public double getTakeoffLandingCd0();
public void setTakeoffLandingCd0(
double
);
|
| [Python - STK API] |
|---|
@property
def TakeoffLandingCd0(self) -> float:
@TakeoffLandingCd0.setter
def TakeoffLandingCd0(self, newVal:float) -> None:
|
See Also