This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters Interface > ISynchronizeParameters.MinimumRows Property (ArcObjects .NET 10.5 SDK) |
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