ItuRS672Version4GainPattern Constructor (Double, Double, Double, Double) | 
 
            Create a new instance based on the given major dimension, minor dimension, 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)
Syntaxpublic ItuRS672Version4GainPattern(
	double majorDimension,
	double minorDimension,
	double mainLobeGain,
	double efficiency
)
Public Sub New ( 
	majorDimension As Double,
	minorDimension As Double,
	mainLobeGain As Double,
	efficiency As Double
)
public:
ItuRS672Version4GainPattern(
	double majorDimension, 
	double minorDimension, 
	double mainLobeGain, 
	double efficiency
)
new : 
        majorDimension : float * 
        minorDimension : float * 
        mainLobeGain : float * 
        efficiency : float -> ItuRS672Version4GainPatternParameters
- majorDimension
 - Type: SystemDouble
The major dimension of the antenna. - minorDimension
 - Type: SystemDouble
The minor dimension 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