Click or drag to resize

CzmlDocumentWriteDocument Method (TextWriter)

Writes the document to the provided writer.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void WriteDocument(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The writer to use.

Implements

ICzmlDocumentWriteDocument(TextWriter)
See Also