Click or drag to resize

CesiumOutputStream Constructor (TextWriter, Boolean)

Initializes a new instance.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumOutputStream(
	TextWriter writer,
	bool prettyFormatting
)

Parameters

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