Click or drag to resize

StkEphemerisFileWriteTo Method (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.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void WriteTo(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The writer to which to write this instance.
Exceptions
ExceptionCondition
UnsupportedCaseExceptionThrown when the ephemeris file is in an unknown format.
See Also