Description
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.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MaxPushOverG() As Double
|
| [C#] |
|---|
public double MaxPushOverG {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MaxPushOverG(); public: __property void set_MaxPushOverG(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaxPushOverG(
double * pVal
);
public: HRESULT put_MaxPushOverG(
double newVal
);
|
| [Java] |
|---|
public double getMaxPushOverG();
public void setMaxPushOverG(
double
);
|
| [Python - STK API] |
|---|
@property
def MaxPushOverG(self) -> float:
@MaxPushOverG.setter
def MaxPushOverG(self, newVal:float) -> None:
|
See Also