EarthOrientationParameters.Data Property |
Gets the EOP data represented by this instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReadOnlyCollection<EarthOrientationParametersData> Data { get; }
Public ReadOnly Property Data As ReadOnlyCollection(Of EarthOrientationParametersData)
Get
public:
property ReadOnlyCollection<EarthOrientationParametersData^>^ Data {
ReadOnlyCollection<EarthOrientationParametersData^>^ get ();
}
member Data : ReadOnlyCollection<EarthOrientationParametersData> with get
Property Value
Type:
ReadOnlyCollection<EarthOrientationParametersData>
See Also