TiremPropagationModelUseHorizontalPolarization Property  | 
 
            Gets or sets a value indicating whether to use horizontal polarization instead of the default vertical polarization setting.
            
 
    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 UseHorizontalPolarization { get; set; }Public Property UseHorizontalPolarization As Boolean
	Get
	Set
public:
property bool UseHorizontalPolarization {
	bool get ();
	void set (bool value);
}member UseHorizontalPolarization : bool with get, set
Property Value
Type: 
Boolean
See Also