SphericalTabularElectricFieldPatternConeAngleValues 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
ReadOnlyCollectionDoubleSee Also