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.2.419.0 (24.2.419.0)
Syntax public bool ExtrapolateBelowMinimumAltitude { get; set; }
Public Property ExtrapolateBelowMinimumAltitude As Boolean
Get
Set
public:
property bool ExtrapolateBelowMinimumAltitude {
bool get ();
void set (bool value);
}
member ExtrapolateBelowMinimumAltitude : bool with get, set
Property Value
Type:
BooleanRemarks
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