TiremPropagationModel3_18UseAtmosphericAbsorptionModel Property  | 
 
            Gets or sets a value indicating whether TIREM Atmospheric Absorption loss is included in the results.
            This value defaults to true.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalPropagation
    Assembly:
   AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool UseAtmosphericAbsorptionModel { get; set; }Public Property UseAtmosphericAbsorptionModel As Boolean
	Get
	Set
public:
property bool UseAtmosphericAbsorptionModel {
	bool get ();
	void set (bool value);
}member UseAtmosphericAbsorptionModel : bool with get, set
Property Value
Type: 
Boolean
See Also