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.2.419.0 (24.2.419.0)
Syntax public CzmlUpdateDocument Add(
CzmlDocument document
)
Public Function Add (
document As CzmlDocument
) As CzmlUpdateDocument
public:
CzmlUpdateDocument^ Add(
CzmlDocument^ document
)
member Add :
document : CzmlDocument -> CzmlUpdateDocument
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