This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileCacheInfoEx Interface > ITileCacheInfoEx.TileRows Property (ArcObjects .NET 10.4 SDK) |
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