Click or drag to resize

StkAttitudeFileReadFrom Method

Overload List
  NameDescription
Public methodStatic memberReadFrom(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.
Public methodStatic memberReadFrom(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.
Public methodStatic memberReadFrom(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.
Public methodStatic memberReadFrom(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.
Top
See Also