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