ScalarDensityJacchiaRoberts.UseApproximateAltitude Property |
Gets or sets a value indicating whether to use approximate altitude when computing the height above
the surface of the central body. Using approximate height will generally speed up the calculations
while only producing a small discrepancy in the density. By default, this value is true.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool UseApproximateAltitude { get; set; }
Public Property UseApproximateAltitude As Boolean
Get
Set
public:
property bool UseApproximateAltitude {
bool get ();
void set (bool value);
}
member UseApproximateAltitude : bool with get, set
Property Value
Type:
Boolean
See Also