Click or drag to resize

CzmlClientEntitySetAdd Method

Add the entities described by a CzmlDocument to the current set.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CzmlUpdateDocument Add(
	CzmlDocument document
)

Parameters

document
Type: AGI.Foundation.CesiumCzmlDocument
The document to add.

Return Value

Type: CzmlUpdateDocument
A CzmlUpdateDocument containing only the changes between the previous state and the state after processing the given document.
See Also