StkAttitudeFileReadFrom Method |
Name | Description | |
---|---|---|
ReadFrom(String) |
Reads an STK attitude (.a) file from a specified file. See the
Remarks section of the
documentation of ReadFrom(TextReader, StkAttitudeFileOptions) for detailed information.
| |
ReadFrom(TextReader) |
Reads an STK attitude (.a) file from a TextReader. The
TextReader can be a StreamReader for reading
from a file, a StringReader for reading from a string,
or any number of other types. See the Remarks section of the
documentation of ReadFrom(TextReader, StkAttitudeFileOptions) for detailed information.
| |
ReadFrom(String, StkAttitudeFileOptions) |
Reads an STK attitude (.a) file from a specified file. See the
Remarks section of the
documentation of ReadFrom(TextReader, StkAttitudeFileOptions) for detailed information.
| |
ReadFrom(TextReader, StkAttitudeFileOptions) |
Reads an STK attitude (.a) file from a TextReader. The
TextReader can be a StreamReader for reading
from a file, a StringReader for reading from a string,
or any number of other types. See the
Remarks section for more information.
|