StkEphemerisFileReadFrom Method (String) |
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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: SystemString
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