ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters.MinimumColumns Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISynchronizeParameters Interface