RectangularBeamGainPattern Constructor (Double, Double, Double) | 
 
            Initializes a new instance with a desired main lobe gain, x-axis beamwidth, and y-axis beamwidth.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic RectangularBeamGainPattern(
	double mainLobeGain,
	double xBeamwidth,
	double yBeamwidth
)
Public Sub New ( 
	mainLobeGain As Double,
	xBeamwidth As Double,
	yBeamwidth As Double
)
public:
RectangularBeamGainPattern(
	double mainLobeGain, 
	double xBeamwidth, 
	double yBeamwidth
)
new : 
        mainLobeGain : float * 
        xBeamwidth : float * 
        yBeamwidth : float -> RectangularBeamGainPatternParameters
- mainLobeGain
 - Type: SystemDouble
The rectangular beam main lobe gain. The provided value must be greater than 1.0. - xBeamwidth
 - Type: SystemDouble
The beamwidth aligned with the antenna x-axis. - yBeamwidth
 - Type: SystemDouble
The beamwidth aligned with the antenna y-axis. 
See Also