CesiumGenerationStatus Enumeration |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum CesiumGenerationStatus
Public Enumeration CesiumGenerationStatus
public enum class CesiumGenerationStatus
type CesiumGenerationStatus
Members
| Member name | Description |
---|
| Done |
All data has been written.
No further calls to GenerateNextPacket() are needed.
|
| MoreToGenerate |
There is more data to write.
GenerateNextPacket() should be called again to write the next packet.
|
See Also