MagneticFieldVectorMagneticFieldCoefficientRates Property |
Gets or sets the collection that represents the rates of change of the
spherical-harmonic magnetic field coefficients during specific time intervals.
These are in tesla/year.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection<SphericalHarmonicCoefficients> MagneticFieldCoefficientRates { get; set; }
Public Property MagneticFieldCoefficientRates As TimeIntervalCollection(Of SphericalHarmonicCoefficients)
Get
Set
public:
property TimeIntervalCollection<SphericalHarmonicCoefficients^>^ MagneticFieldCoefficientRates {
TimeIntervalCollection<SphericalHarmonicCoefficients^>^ get ();
void set (TimeIntervalCollection<SphericalHarmonicCoefficients^>^ value);
}
member MagneticFieldCoefficientRates : TimeIntervalCollection<SphericalHarmonicCoefficients> with get, set
Property Value
Type:
TimeIntervalCollectionSphericalHarmonicCoefficientsSee Also