ArcObjects Library Reference (Carto)  

IDynamicCacheLayerManager.MaxCacheScale Property

The maximum scale by which tiles are to be generated.

[Visual Basic .NET]
Public Property MaxCacheScale As Double
[C#]
public double MaxCacheScale {get; set;}
[C++]
HRESULT get_MaxCacheScale(
  double* MaxScale
);
[C++]
HRESULT put_MaxCacheScale(
  double MaxScale
);
[C++]

Parameters

MaxScale [out, retval]   MaxScale is a parameter of type double MaxScale [in]   MaxScale is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This property is very useful with raster layers that have a specified resolution (cell-size) and it is clear that beyond a certain map scale, there is no point in generating additional tiles.

See Also

IDynamicCacheLayerManager Interface