PhasedArrayElement Constructor (Double, Double, Boolean) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Communications.Antennas
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PhasedArrayElement(
	double x,
	double y,
	bool enabled
)
Public Sub New ( 
	x As Double,
	y As Double,
	enabled As Boolean
)
public:
PhasedArrayElement(
	double x, 
	double y, 
	bool enabled
)
new : 
        x : float * 
        y : float * 
        enabled : bool -> PhasedArrayElementParameters
- x
 - Type: SystemDouble
X position of the element in units of wavelength computed from the design frequency. - y
 - Type: SystemDouble
Y position of the element in units of wavelength computed from the design frequency. - enabled
 - Type: SystemBoolean
Indicates whether or not the element is currently enabled.   means the element is enabled and  means the element is disabled. 
See Also