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