CachingCesiumUriResolver Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CachingCesiumUriResolver(
int max
)
Public Sub New (
max As Integer
)
public:
CachingCesiumUriResolver(
int max
)
new :
max : int -> CachingCesiumUriResolver
Parameters
- max
- Type: SystemInt32
The maximum number of remote files to cache before removing the oldest.
See Also