Click or drag to resize

CesiumGeneratorGenerate Method

Generates CZML and writes it to the stream.

Namespace:  AGI.Foundation.Cesium.Advanced
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract CesiumGenerationStatus Generate(
	CesiumOutputStream output
)

Parameters

output
Type: AGI.Foundation.CesiumCesiumOutputStream
The stream to which CZML will be written.

Return Value

Type: CesiumGenerationStatus
A value indicating whether there is more data to generate for this property.
See Also