Ieee1979PolarizationSourceConeAngleValues Property  | 
 
            Gets the list of cone angle values that specify the zenith angle measured from the z-axis.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReadOnlyCollection<double> ConeAngleValues { get; }Public ReadOnly Property ConeAngleValues As ReadOnlyCollection(Of Double)
	Get
public:
property ReadOnlyCollection<double>^ ConeAngleValues {
	ReadOnlyCollection<double>^ get ();
}member ConeAngleValues : ReadOnlyCollection<float> with get
Property Value
Type: 
ReadOnlyCollectionDouble
See Also