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


IMapCache.MaxScale Property (ArcObjects .NET 10.6 SDK)
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(
  System.Double* pMaxScale
);
[C++]

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

Product Availability

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

See Also

IMapCache Interface