StkAttitudeFileWriteTo Method (TextWriter, Boolean) |
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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