EarthOrientationParametersData Property |
Gets the EOP data represented by this instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
ReadOnlyCollectionEarthOrientationParametersDataSee Also