EarthOrientationParametersComputeEopData Method |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EarthOrientationParametersData ComputeEopData(
JulianDate date
)
Public Function ComputeEopData (
date As JulianDate
) As EarthOrientationParametersData
public:
EarthOrientationParametersData^ ComputeEopData(
JulianDate date
)
member ComputeEopData :
date : JulianDate -> EarthOrientationParametersData
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The date
Return Value
Type:
EarthOrientationParametersDataThe Earth Orientation Parameters data.
See Also