Click or drag to resize

ICzmlDocumentPacketizerGenerateNextPacket Method

Writes a single CZML packet to the writer that was provided to this packetizer when it was created.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
CesiumGenerationStatus GenerateNextPacket()

Return Value

Type: CesiumGenerationStatus
Done if all packets have been generated; otherwise MoreToGenerate.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when this object was not created with a writer.
DataUnavailableException Thrown when all CZML has been generated.
See Also