CzmlUpdateDocumentPacketizerGenerateNextPacket 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumGenerationStatus GenerateNextPacket()
Public Function GenerateNextPacket As CesiumGenerationStatus
public:
virtual CesiumGenerationStatus GenerateNextPacket() sealed
abstract GenerateNextPacket : unit -> CesiumGenerationStatus
override GenerateNextPacket : unit -> CesiumGenerationStatus
Return Value
Type:
CesiumGenerationStatusDone if all packets have been generated; otherwise
MoreToGenerate.
Implements
ICzmlDocumentPacketizerGenerateNextPacket
Exceptions
See Also