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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
ReadOnlyCollectionDouble
See Also