Click or drag to resize

StkEphemerisFile.ReadFrom Method (String)

Reads an STK ephemeris (.e) file from a specified file. See the Remarks section of the documentation of ReadFrom(TextReader, StkEphemerisFileOptions) for detailed information.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static StkEphemerisFile ReadFrom(
	string fileName
)

Parameters

fileName
Type: System.String
The name of the file from which to read the ephemeris.

Return Value

Type: StkEphemerisFile
An StkEphemerisFile instance containing the read ephemeris file.
Exceptions
ExceptionCondition
InvalidDataException Thrown when the STK ephemeris file is invalid or it contains unsupported properties or property values.
ArgumentNullException Thrown when fileName is null.
See Also