ScalarDensityJacchia1970UseApproximateAltitude 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
BooleanSee Also