This document is archived and information here might be outdated. Recommended version. |
The maximum scale this pyramid level associated with.
[Visual Basic .NET]
Public Property MaxScale As Integer
[C#]
public int MaxScale {get; set;}
[C++]
HRESULT get_MaxScale(
long pScale
);
[C++]
HRESULT put_MaxScale(
System.Int32* pScale
);
[C++] Parameters pScale [in]
pScale is a parameter of type long pScale [out, retval]
pScale is a parameter of type long*