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 ForwardFlightCd0() As Double
|
| [C#] |
|---|
public double ForwardFlightCd0 {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ForwardFlightCd0(); public: __property void set_ForwardFlightCd0(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ForwardFlightCd0(
double * pVal
);
public: HRESULT put_ForwardFlightCd0(
double newVal
);
|
| [Java] |
|---|
public double getForwardFlightCd0();
public void setForwardFlightCd0(
double
);
|
| [Python - STK API] |
|---|
@property
def ForwardFlightCd0(self) -> float:
@ForwardFlightCd0.setter
def ForwardFlightCd0(self, newVal:float) -> None:
|
See Also