This document is archived and information here might be outdated. Recommended version. |
The minimum number of pixel columnns 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.
[Visual Basic .NET]
Public Property MinimumColumns As Integer
[C#]
public int MinimumColumns {get; set;}
[C++]
HRESULT get_MinimumColumns(
long pMinimumColumns
);
[C++]
HRESULT put_MinimumColumns(
System.Int32* pMinimumColumns
);
[C++] Parameters pMinimumColumns [in]
pMinimumColumns is a parameter of type long pMinimumColumns [out, retval]
pMinimumColumns is a parameter of type long*