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: 24.2.419.0 (24.2.419.0)
Syntax public 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
ICzmlDocumentPacketizerGenerateNextPacketExceptions See Also