DipoleGainPattern Constructor (Double, Double) | 
 
            Create a new instance based on the given length 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 DipoleGainPattern(
	double length,
	double efficiency
)
Public Sub New ( 
	length As Double,
	efficiency As Double
)
public:
DipoleGainPattern(
	double length, 
	double efficiency
)
new : 
        length : float * 
        efficiency : float -> DipoleGainPatternParameters
- length
 - Type: SystemDouble
The length of the dipole antenna. - efficiency
 - Type: SystemDouble
The efficiency of the antenna. 
See Also