This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicCacheLayerManager Interface > IDynamicCacheLayerManager.MaxCacheScale Property (ArcObjects .NET 10.4 SDK) |
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
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.