RainAttenuationModelItuRP618Version12CustomRainHeight Property  | 
 
            Gets or sets a custom value for the rain height, in meters.  By default, this property is null, and the rain height
            will be determined by ITU-R P.839 rain height data.
            This scalar will be provided with a service provider providing 
ILinkService.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalPropagation
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarDependentOnServiceProvider CustomRainHeight { get; set; }Public Property CustomRainHeight As ScalarDependentOnServiceProvider
	Get
	Set
public:
property ScalarDependentOnServiceProvider^ CustomRainHeight {
	ScalarDependentOnServiceProvider^ get ();
	void set (ScalarDependentOnServiceProvider^ value);
}member CustomRainHeight : ScalarDependentOnServiceProvider with get, set
Property Value
Type: 
ScalarDependentOnServiceProvider
See Also