SpaceControlFacilityAtmosphericRefractionModel.KneeBendFactor Property |
Gets or sets the knee bend factor.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double KneeBendFactor { get; set; }
Public Property KneeBendFactor As Double
Get
Set
public:
property double KneeBendFactor {
double get ();
void set (double value);
}
member KneeBendFactor : float with get, set
Property Value
Type:
Double
Remarks
The factor used in computing the approximate location of the knee point K.
See Also