This document is archived and information here might be outdated. Recommended version. |
The maximum number of pyramid levels to use from the function raster dataset associated with a synchronized item. A value of -1 indicates all available levels.
[Visual Basic .NET]
Public Property MaximumPyramidLevel As Integer
[C#]
public int MaximumPyramidLevel {get; set;}
[C++]
HRESULT get_MaximumPyramidLevel(
long pMaximumPyramidLevel
);
[C++]
HRESULT put_MaximumPyramidLevel(
System.Int32* pMaximumPyramidLevel
);
[C++] Parameters pMaximumPyramidLevel [in]
pMaximumPyramidLevel is a parameter of type long pMaximumPyramidLevel [out, retval]
pMaximumPyramidLevel is a parameter of type long*