PhasedArrayGainPatternElementPattern Property |
Gets the list of
PhasedArrayElement instances which form the phased arrays element pattern.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic IList<PhasedArrayElement> ElementPattern { get; }
Public ReadOnly Property ElementPattern As IList(Of PhasedArrayElement)
Get
public:
property IList<PhasedArrayElement^>^ ElementPattern {
IList<PhasedArrayElement^>^ get ();
}
member ElementPattern : IList<PhasedArrayElement> with get
Property Value
Type:
IListPhasedArrayElement
See Also