RainAttenuationModelItuRP838Version3RainHeight Property  | 
 
            Gets or sets a value for the rain height, in meters.
            This scalar will be provided with a service provider providing ILinkService.
            
            Note that this property is mutually exclusive with CustomLinkSubdivision,
            and this property cannot be used if a CustomLinkSubdivision is configured.
            
 
    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 RainHeight { get; set; }Public Property RainHeight As ScalarDependentOnServiceProvider
	Get
	Set
public:
property ScalarDependentOnServiceProvider^ RainHeight {
	ScalarDependentOnServiceProvider^ get ();
	void set (ScalarDependentOnServiceProvider^ value);
}member RainHeight : ScalarDependentOnServiceProvider with get, set
Property Value
Type: 
ScalarDependentOnServiceProvider
Exceptions
Remarks
            During evaluation, a 
PropertyInvalidException is thrown if the rain height is less than zero or greater than 20,000 meters.
            
See Also