AGI STK Astrogator 11 Send comments on this topic.
MinRadiusPercent Property (IAgVAGravityFieldFunction)
See Also 





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 * pRetVal
);
public: HRESULT put_MinRadiusPercent(
double NewMinRadiusPercent
);

[Java]
public double getMinRadiusPercent();public void setMinRadiusPercent(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1