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


ITileCacheInfoEx.TileRows Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileCacheInfoEx Interface > ITileCacheInfoEx.TileRows Property
ArcGIS Developer Help

ITileCacheInfoEx.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(
  System.Int32* 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

ITileCacheInfoEx Interface