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


IOverviewTileParameters.TileRows Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewTileParameters.TileRows Property

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

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

Product Availability

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

See Also

IOverviewTileParameters Interface