Click or drag to resize

CzmlUpdateDocument.WriteDocument Method (TextWriter)

Writes the document to the provided writer.

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

Parameters

writer
Type: System.IO.TextWriter
The writer to use.

Implements

ICzmlDocument.WriteDocument(TextWriter)
See Also