SphericalTabularGainDataPhiValues Property |
Gets the list of phi values that specify the azimuthal angle measured from the x-axis
in the x-y plane.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<double> PhiValues { get; }
Public ReadOnly Property PhiValues As ReadOnlyCollection(Of Double)
Get
public:
property ReadOnlyCollection<double>^ PhiValues {
ReadOnlyCollection<double>^ get ();
}
member PhiValues : ReadOnlyCollection<float> with get
Property Value
Type:
ReadOnlyCollectionDoubleSee Also