Click or drag to resize

CzmlUpdateDocument.CreateStreamingDocument 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: 25.1.421.0 (25.1.421.0)
Syntax
public CzmlUpdateDocumentPacketizer CreateStreamingDocument(
	TextWriter writer
)

Parameters

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

Return Value

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