| ItuRS465Version6GainPatternUseAppendix8MainLobeModel Property  | 
 
            Gets or sets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic bool UseAppendix8MainLobeModel { get; set; }Public Property UseAppendix8MainLobeModel As Boolean
	Get
	Set
public:
property bool UseAppendix8MainLobeModel {
	bool get ();
	void set (bool value);
}member UseAppendix8MainLobeModel : bool with get, set
Property Value
Type: 
Boolean Remarks
Remarks
            The main lobe (off boresight angles ranging from 0 to the minimum off boresight angle defined by the recommendation) is
            not defined for this recommendation.  If this property is set to false, the main lobe is modeled as constant, flat gain using the
            
MainLobeGain value. If the property is set to true, the ITU Radio Regulations Appendix 8 main lobe model is used.
            
 Remarks
RemarksDefaults to false.
 See Also
See Also