Click or drag to resize

ICzmlDocument Interface

A CZML document which can be written.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ICzmlDocument
Methods
  NameDescription
Public methodWriteDocument(CesiumOutputStream)
Writes the document to the provided output stream.
Public methodWriteDocument(TextWriter)
Writes the document to the provided writer.
Top
See Also