Gets or sets the force normal to the velocity vector used to transition into a descent or to a transition from a climb into the next flight segment.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxPushOverG() As Double |
[C#] |
---|
public double MaxPushOverG {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxPushOverG(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxPushOverG( double * pVal ); public: HRESULT put_MaxPushOverG( double newVal ); |
[Java] |
---|
public double getMaxPushOverG(); public void setMaxPushOverG( double ); |