EarthOrientationParametersFileReadData Method (String, EarthOrientationParametersReadOptions) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic static EarthOrientationParameters ReadData(
string fileName,
EarthOrientationParametersReadOptions readOptions
)
Public Shared Function ReadData (
fileName As String,
readOptions As EarthOrientationParametersReadOptions
) As EarthOrientationParameters
public:
static EarthOrientationParameters^ ReadData(
String^ fileName,
EarthOrientationParametersReadOptions^ readOptions
)
static member ReadData :
fileName : string *
readOptions : EarthOrientationParametersReadOptions -> EarthOrientationParameters
Parameters
- fileName
- Type: SystemString
The name of the file from which to read. - readOptions
- Type: AGI.Foundation.CelestialEarthOrientationParametersReadOptions
Options for reading the file.
Return Value
Type:
EarthOrientationParametersA new
EarthOrientationParameters initialized with the contents of the file.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when the fileName is .
|
| InvalidDataException |
Thrown when there is an error parsing the EOP data specified by the fileName.
|
See Also