SphericalTabularGainDataThetaValues Property |
Gets the list of theta values that specify the zenith angle measured from the z-axis.
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> ThetaValues { get; }
Public ReadOnly Property ThetaValues As ReadOnlyCollection(Of Double)
Get
public:
property ReadOnlyCollection<double>^ ThetaValues {
ReadOnlyCollection<double>^ get ();
}
member ThetaValues : ReadOnlyCollection<float> with get
Property Value
Type:
ReadOnlyCollectionDoubleSee Also