IonosphericAttenuationModelItuRP531Version13MinimumAltitude Property |
Gets or sets the minimum altitude of the model.
By default, this is 80000.0 meters.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double MinimumAltitude { get; set; }
Public Property MinimumAltitude As Double
Get
Set
public:
property double MinimumAltitude {
double get ();
void set (double value);
}
member MinimumAltitude : float with get, set
Property Value
Type:
Double
See Also