StkEphemerisFileWriteTo Method (TextWriter, Boolean) | 
  
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void WriteTo(
	TextWriter writer,
	bool prettyPrinting
)
Public Sub WriteTo ( 
	writer As TextWriter,
	prettyPrinting As Boolean
)
public:
void WriteTo(
	TextWriter^ writer, 
	bool prettyPrinting
)
member WriteTo : 
        writer : TextWriter * 
        prettyPrinting : bool -> unit 
Parameters
- writer
 - Type: System.IOTextWriter
The writer to which to write this instance. - prettyPrinting
 - Type: SystemBoolean
Whether the output should have pretty formatting. 
Exceptions
See Also