This document is archived and information here might be outdated. Recommended version. |
The minimum number of pixel rows allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item. Higher values in this property indicate fewer pyramid levels. A value of zero indicates an absence of any constraints on .
[Visual Basic .NET]
Public Property MinimumRows As Integer
[C#]
public int MinimumRows {get; set;}
[C++]
HRESULT get_MinimumRows(
long pMinimumRows
);
[C++]
HRESULT put_MinimumRows(
System.Int32* pMinimumRows
);
[C++] Parameters pMinimumRows [in]
pMinimumRows is a parameter of type long pMinimumRows [out, retval]
pMinimumRows is a parameter of type long*