UsafGeneralPerturbationElementsReadFromCsvFile Method (String) |
Reads the USAF General Perturbation elements in from a file (most likely a .csv).
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static List<UsafGeneralPerturbationElements> ReadFromCsvFile(
string filename
)
Public Shared Function ReadFromCsvFile (
filename As String
) As List(Of UsafGeneralPerturbationElements)
public:
static List<UsafGeneralPerturbationElements^>^ ReadFromCsvFile(
String^ filename
)
static member ReadFromCsvFile :
filename : string -> List<UsafGeneralPerturbationElements>
Parameters
- filename
- Type: SystemString
Name of the CSV file from which to read.
Return Value
Type:
ListUsafGeneralPerturbationElementsA list of
UsafGeneralPerturbationElements.
Exceptions Remarks
The USAF General Perturbation Elements CSV format does not include a header row.
See Also