Click or drag to resize

CachingCesiumUriResolver Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Cesium.Advanced
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CachingCesiumUriResolver(
	int max
)

Parameters

max
Type: SystemInt32
The maximum number of remote files to cache before removing the oldest.
See Also