Click or drag to resize

StkEphemerisFileWriteTo Method

Overload List
  NameDescription
Public methodWriteTo(TextWriter)
Writes this instance to a TextWriter in the STK ephemeris file (.e) 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 ephemeris file (.e) 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