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