This document is archived and information here might be outdated.  Recommended version.


ISynchronizeParameters.MinimumRows Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters.MinimumRows Property

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(
  long pMinimumRows
);
[C++]

Parameters pMinimumRows [out, retval] pMinimumRows is a parameter of type long pMinimumRows [in] pMinimumRows is a parameter of type long

Product Availability

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

See Also

ISynchronizeParameters Interface