RainAttenuationModelItuRP838Version3CustomAtmosphericModel Property  | 
 
            Gets or sets a custom atmospheric model to use when computing attenuation.
            
            Note that this property is mutually exclusive with RainRate
            and configuring this property will replace any configured RainRate value.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalPropagation
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ItuRP838AtmosphericModel CustomAtmosphericModel { get; set; }Public Property CustomAtmosphericModel As ItuRP838AtmosphericModel
	Get
	Set
public:
property ItuRP838AtmosphericModel^ CustomAtmosphericModel {
	ItuRP838AtmosphericModel^ get ();
	void set (ItuRP838AtmosphericModel^ value);
}member CustomAtmosphericModel : ItuRP838AtmosphericModel with get, set
Property Value
Type: 
ItuRP838AtmosphericModel
Remarks
            During evaluation, a 
PropertyInvalidException is thrown if the rain rate is less than zero or greater than 6.944e-5 m/s.
            
See Also