Click or drag to resize

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)
Syntax
public PhasedArrayElement(
	double x,
	double y,
	bool enabled
)

Parameters

x
Type: System.Double
X position of the element in units of wavelength computed from the design frequency.
y
Type: System.Double
Y position of the element in units of wavelength computed from the design frequency.
enabled
Type: System.Boolean
Indicates whether or not the element is currently enabled. true means the element is enabled and false means the element is disabled.
See Also