EarthOrientationParametersFile.ReadData Method (TextReader) |
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(
TextReader source
)
Public Shared Function ReadData (
source As TextReader
) As EarthOrientationParameters
public:
static EarthOrientationParameters^ ReadData(
TextReader^ source
)
static member ReadData :
source : TextReader -> EarthOrientationParameters
Parameters
- source
- Type: System.IO.TextReader
The stream from which to read.
Return Value
Type:
EarthOrientationParametersA new
EarthOrientationParameters initialized with the contents of the file.
Exceptions
See Also