| CosineSquaredCircularApertureGainPatternMainLobeGainOverride Property  | 
 
            Gets or sets a value indicating whether the main lobe gain value should be used instead of the value
            computed by the model.  If set to true, the value returned from the 
MainLobeGain property will be
            used as the main lobe gain.  If set to false, the model will compute the main lobe gain value.
            
 
    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 MainLobeGainOverride { get; set; }Public Property MainLobeGainOverride As Boolean
	Get
	Set
public:
property bool MainLobeGainOverride {
	bool get ();
	void set (bool value);
}member MainLobeGainOverride : bool with get, set
Property Value
Type: 
Boolean Remarks
RemarksDefaults to false.
 See Also
See Also