ScalarDensityMsis86LowerHeightLimit Property  | 
 
            Gets the lower bound of the height (in meters above the ellipsoid) 
            for which this density model is valid. MSIS 1986 is only valid at and
            above 85,000 meters. This model will still produce results at lower
            altitudes, but should not be considered accurate.
            
 
    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 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: 
Double
See Also