StkAttitudeFile.WriteTo 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.IO.TextWriter
The writer to which to write this instance. - prettyPrinting
- Type: System.Boolean
Whether the output should have pretty formatting.
Exceptions
See Also