UsafGeneralPerturbationElementsReadFromCsvFile Method (TextReader) |
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(
TextReader reader
)
Public Shared Function ReadFromCsvFile (
reader As TextReader
) As List(Of UsafGeneralPerturbationElements)
public:
static List<UsafGeneralPerturbationElements^>^ ReadFromCsvFile(
TextReader^ reader
)
static member ReadFromCsvFile :
reader : TextReader -> List<UsafGeneralPerturbationElements>
Parameters
- reader
- Type: System.IOTextReader
TextReader for the .csv file 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