This document is archived and information here might be outdated. Recommended version. |
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
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.