FrequencyDependentElectricFieldPolarizationSource.FrequencyDependentElectricFieldPatterns Property |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReadOnlyCollection<FrequencySpecificElectricFieldPattern> FrequencyDependentElectricFieldPatterns { get; }
Public ReadOnly Property FrequencyDependentElectricFieldPatterns As ReadOnlyCollection(Of FrequencySpecificElectricFieldPattern)
Get
public:
property ReadOnlyCollection<FrequencySpecificElectricFieldPattern^>^ FrequencyDependentElectricFieldPatterns {
ReadOnlyCollection<FrequencySpecificElectricFieldPattern^>^ get ();
}
member FrequencyDependentElectricFieldPatterns : ReadOnlyCollection<FrequencySpecificElectricFieldPattern> with get
Property Value
Type:
ReadOnlyCollection<FrequencySpecificElectricFieldPattern>
See Also