| ItuRS465Version6GainPattern Constructor (Double, Double, Double) | 
 
            Create a new instance based on the given diameter, main lobe gain, and efficiency.
            
 
    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 ItuRS465Version6GainPattern(
	double diameter,
	double mainLobeGain,
	double efficiency
)
Public Sub New ( 
	diameter As Double,
	mainLobeGain As Double,
	efficiency As Double
)
public:
ItuRS465Version6GainPattern(
	double diameter, 
	double mainLobeGain, 
	double efficiency
)
new : 
        diameter : float * 
        mainLobeGain : float * 
        efficiency : float -> ItuRS465Version6GainPatternParameters
- diameter
- Type: SystemDouble
 The diameter of the antenna.
- mainLobeGain
- Type: SystemDouble
 The main lobe gain of the antenna which is applied from 0 degrees to the minimum off boresight angle
            defined by the recommendation, if the UseAppendix8MainLobeModel property is set to false.
- efficiency
- Type: SystemDouble
 The efficiency of the antenna.
 See Also
See Also