Gets or sets 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.
Read-write property
[Visual Basic .NET] |
---|
Public Property MinRadiusPercent() As Double |
[C#] |
---|
public double MinRadiusPercent {get; set;} |
[Managed C++] |
---|
public: __property double get_MinRadiusPercent(); |
[Unmanaged C++] |
---|
public: HRESULT get_MinRadiusPercent( double * pVal ); public: HRESULT put_MinRadiusPercent( double InVal ); |
[Java] |
---|
public double getMinRadiusPercent(); public void setMinRadiusPercent( double ); |