SpaceControlFacilityAtmosphericRefractionModelAtmosphereAltitude Property |
Gets or sets the maximum altitude.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double AtmosphereAltitude { get; set; }
Public Property AtmosphereAltitude As Double
Get
Set
public:
property double AtmosphereAltitude {
double get ();
void set (double value);
}
member AtmosphereAltitude : float with get, set
Property Value
Type:
DoubleRemarks
The maximum altitude of the knee point K.
See Also