Description
The percentage of the central body's minimum radius at which a modified force model (only the two-body force) will be used - provided there is no altitude stopping condition. Uses Percent Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MinRadiusPercent() As Double
|
| [C#] |
|---|
public double MinRadiusPercent {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MinRadiusPercent(); public: __property void set_MinRadiusPercent(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MinRadiusPercent(
double * pVal
);
public: HRESULT put_MinRadiusPercent(
double InVal
);
|
| [Java] |
|---|
public double getMinRadiusPercent();
public void setMinRadiusPercent(
double
);
|
| [Python - STK API] |
|---|
@property
def MinRadiusPercent(self) -> float:
@MinRadiusPercent.setter
def MinRadiusPercent(self, InVal:float) -> None:
|
See Also