Gets or sets the coefficient of induced drag.
Read-write property
[Visual Basic .NET] |
---|
Public Property ForwardFlightK() As Double |
[C#] |
---|
public double ForwardFlightK {get; set;} |
[Managed C++] |
---|
public: __property double get_ForwardFlightK(); |
[Unmanaged C++] |
---|
public: HRESULT get_ForwardFlightK( double * pVal ); public: HRESULT put_ForwardFlightK( double newVal ); |
[Java] |
---|
public double getForwardFlightK(); public void setForwardFlightK( double ); |