Click or drag to resize

ICzmlDocumentWriteDocument Method (TextWriter)

Writes the document to the provided writer.

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

Parameters

writer
Type: System.IOTextWriter
The writer to use.
See Also