Click or drag to resize

StkAttitudeFileWriteTo Method

Overload List
  NameDescription
Public methodWriteTo(TextWriter)
Writes this instance to a TextWriter in the STK attitude file (.a) format. The TextWriter can be a StreamWriter for writing to a file, a StringWriter for writing to a string, or any number of other types.
Public methodWriteTo(TextWriter, Boolean)
Writes this instance to a TextWriter in the STK attitude file (.a) format. The TextWriter can be a StreamWriter for writing to a file, a StringWriter for writing to a string, or any number of other types.
Top
See Also