SphericalTabularElectricFieldPatternClockAngleValues Property |
Gets the list of clock angle values that specify the azimuthal angle measured from the x-axis
in the x-y plane.
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> ClockAngleValues { get; }
Public ReadOnly Property ClockAngleValues As ReadOnlyCollection(Of Double)
Get
public:
property ReadOnlyCollection<double>^ ClockAngleValues {
ReadOnlyCollection<double>^ get ();
}
member ClockAngleValues : ReadOnlyCollection<float> with get
Property Value
Type:
ReadOnlyCollectionDoubleSee Also