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


ITileCacheInfo.TileRows Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITileCacheInfo.TileRows Property

The number of rows per tile.

[Visual Basic .NET]
Public Property TileRows As Integer
[C#]
public int TileRows {get; set;}
[C++]
HRESULT get_TileRows(
  long* pNumTileRows
);
[C++]
HRESULT put_TileRows(
  long pNumTileRows
);
[C++]

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

Product Availability

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

See Also

ITileCacheInfo Interface