Click or drag to resize

SpaceControlFacilityAtmosphericRefractionModelMinimumAltitude Property

Gets or sets the minimum altitude.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double MinimumAltitude { get; set; }

Property Value

Type: Double
Remarks
For platforms at low altitudes (e.g., less than 5 km), the refraction angle computed by the SCF model is a poor approximation to reality. If the higher platform's altitude is below the minimum altitude, then the SCF model does not apply.In such cases, if ExtrapolateBelowMinimumAltitude is set to false, then the refraction angle is set to 0.0 deg.
See Also