ScalarDensityJacchiaRoberts.UpperHeightLimit Property |
Gets or sets the upper bound of the height (in meters above the ellipsoid)
above which this density model will return a value of zero. The default value is 2500000 meters.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override double UpperHeightLimit { get; set; }
Public Overrides Property UpperHeightLimit As Double
Get
Set
public:
virtual property double UpperHeightLimit {
double get () override;
void set (double value) override;
}
abstract UpperHeightLimit : float with get, set
override UpperHeightLimit : float with get, set
Property Value
Type:
Double
See Also