ArcObjects Library Reference (Carto)  

IMapCache.MaxScale Property

The maximum scale for the cache to be built.

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

Parameters

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

Product Availability

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

See Also

IMapCache Interface