Click or drag to resize

CzmlUpdateDocumentCreateStreamingDocument Method (TextWriter)

Creates a CzmlUpdateDocumentPacketizer that can be used to stream CZML incrementally to a client.

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

Parameters

writer
Type: System.IOTextWriter
The writer to use.

Return Value

Type: CzmlUpdateDocumentPacketizer
A new CzmlUpdateDocumentPacketizer for this document.
See Also