StkEphemerisFile.ReadFrom Method (String) |
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static StkEphemerisFile ReadFrom(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As StkEphemerisFile
public:
static StkEphemerisFile^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> StkEphemerisFile
Parameters
- fileName
- Type: System.String
The name of the file from which to read the ephemeris.
Return Value
Type:
StkEphemerisFileAn
StkEphemerisFile instance containing the read ephemeris file.
Exceptions
See Also