ScalarDensityMsis90LowerHeightLimit Property |
Gets the lower bound of the height (in meters above the ellipsoid)
for which this density model is valid. MSIS 1990 is valid all the way down to the
Earth's surface, so this property returns zero.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override double LowerHeightLimit { get; }
Public Overrides ReadOnly Property LowerHeightLimit As Double
Get
public:
virtual property double LowerHeightLimit {
double get () override;
}
abstract LowerHeightLimit : float with get
override LowerHeightLimit : float with get
Property Value
Type:
DoubleSee Also