Click or drag to resize

CesiumResource Constructor (String, CesiumResourceBehavior)

Initializes a new instance.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumResource(
	string uri,
	CesiumResourceBehavior behavior
)

Parameters

uri
Type: SystemString
The URI of the resource.
behavior
Type: AGI.Foundation.CesiumCesiumResourceBehavior
The enumeration describing how the resource is to be included in the document.
See Also