Gets or sets the maneuver factor, a dimensionless factor that determines how tightly or gently the aircraft will maneuver.
Read-write property
[Visual Basic .NET] |
---|
Public Property ManeuverFactor() As Double |
[C#] |
---|
public double ManeuverFactor {get; set;} |
[Managed C++] |
---|
public: __property double get_ManeuverFactor(); |
[Unmanaged C++] |
---|
public: HRESULT get_ManeuverFactor( double * pVal ); public: HRESULT put_ManeuverFactor( double newVal ); |
[Java] |
---|
public double getManeuverFactor(); public void setManeuverFactor( double ); |