EarthOrientationParametersFile.ReadData Method (String) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static EarthOrientationParameters ReadData(
string fileName
)
Public Shared Function ReadData (
fileName As String
) As EarthOrientationParameters
public:
static EarthOrientationParameters^ ReadData(
String^ fileName
)
static member ReadData :
fileName : string -> EarthOrientationParameters
Parameters
- fileName
- Type: System.String
The name of the file from which to read.
Return Value
Type:
EarthOrientationParametersA new
EarthOrientationParameters initialized with the contents of the file.
Exceptions
See Also