Gets or sets the force normal to the velocity vector used to transition into a climb or to a transition out of a dive into the next flight segment.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxPullUpG() As Double |
[C#] |
---|
public double MaxPullUpG {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxPullUpG(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxPullUpG( double * pVal ); public: HRESULT put_MaxPullUpG( double newVal ); |
[Java] |
---|
public double getMaxPullUpG(); public void setMaxPullUpG( double ); |