This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters Interface > ISynchronizeParameters.MinimumColumns Property (ArcObjects .NET 10.4 SDK) |
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(
long pMinimumColumns
);
[C++]
Parameters pMinimumColumns [out, retval] pMinimumColumns is a parameter of type long pMinimumColumns [in] pMinimumColumns is a parameter of type long