This document is archived and information here might be outdated.  Recommended version.


IDynamicCacheLayerManager.MaxCacheScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicCacheLayerManager Interface > IDynamicCacheLayerManager.MaxCacheScale Property
ArcGIS Developer Help

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(
  System.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

.NET Samples

Dynamic cache layer manager controller