ScalarAtmosphericDensityUpperHeightLimit Property |
Gets or sets the upper bound of the height (in meters above the ellipsoid) above which the density model will return a value of 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 abstract double UpperHeightLimit { get; set; }
Public MustOverride Property UpperHeightLimit As Double
Get
Set
public:
virtual property double UpperHeightLimit {
double get () abstract;
void set (double value) abstract;
}
abstract UpperHeightLimit : float with get, set
Property Value
Type:
DoubleSee Also