CesiumOutputStream Constructor (TextWriter, Boolean) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumOutputStream(
	TextWriter writer,
	bool prettyFormatting
)
Public Sub New ( 
	writer As TextWriter,
	prettyFormatting As Boolean
)
public:
CesiumOutputStream(
	TextWriter^ writer, 
	bool prettyFormatting
)
new : 
        writer : TextWriter * 
        prettyFormatting : bool -> CesiumOutputStreamParameters
- writer
 - Type: System.IOTextWriter
The writer to which data will be written. - prettyFormatting
 - Type: SystemBoolean
Whether or not the written data should be formatted for easy human readability. 
See Also