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

Parameters

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

Product Availability

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

See Also

IOverviewTileParameters Interface