Click or drag to resize

SpaceControlFacilityAtmosphericRefractionModelExtrapolateBelowMinimumAltitude Property

Gets or sets a value indicating whether to extrapolate below 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 bool ExtrapolateBelowMinimumAltitude { get; set; }

Property Value

Type: Boolean
Remarks
If extrapolation is enabled, then the refraction angle will still be computed when the higher platform is below the minimum altitude using a modified approach. In this approach, the higher platform H will be replaced in the computation by the point P, located along the line LH at the point where the (approximate) altitude is the minimum altitude (P will be located past H along LH).
See Also