This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewTileParameters Interface > IOverviewTileParameters.TileRows Property (ArcObjects .NET 10.5 SDK) |
The recommended number of pixel rows in each overview tiles.
[Visual Basic .NET] Public Property TileRows As Integer
[C#] public int TileRows {get; set;}
[C++]
HRESULT get_TileRows(
long* pTileRowPixels
);
[C++]
HRESULT put_TileRows(
long pTileRowPixels
);
[C++]
Parameters pTileRowPixels [out, retval] pTileRowPixels is a parameter of type long pTileRowPixels [in] pTileRowPixels is a parameter of type long