SpaceControlFacilityAtmosphericRefractionModel.AtmosphereAltitude Property |
Gets or sets the maximum altitude.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Double
Remarks
The maximum altitude of the knee point K.
See Also