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


ISynchronizeParameters.MinimumRows Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters Interface > ISynchronizeParameters.MinimumRows Property
ArcGIS Developer Help

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(
  System.Int32* pMinimumRows
);
[C++]
Parameters
pMinimumRows [in]

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

Product Availability

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

See Also

ISynchronizeParameters Interface