Click or drag to resize

CesiumResourceBehavior Enumeration

Specifies whether to embed a resource into a CZML stream or simply link to them.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum CesiumResourceBehavior
Members
  Member nameDescription
Embed Download and embed the resource inline in the document as a data URI. This is the most compatible option, but produces larger documents.
LinkTo Link to the resource directly in the document. Browser-based CZML clients may need to make cross-origin requests using Cross-Origin Resource Sharing to access the resource, which may need server configuration changes, see https://enable-cors.org.
See Also