Click or drag to resize

CzmlUpdateDocument.CreateStreamingDocument Method

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

The resulting CzmlUpdateDocumentPacketizer must be given a writer to write each packet to by calling GenerateNextPacket(TextWriter).

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()

Return Value

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