ArcObjects Library Reference (Carto)  

ITileDescription.TileCountY Property

Tile count in y direction.

[Visual Basic .NET]
Public Property TileCountY As Integer
[C#]
public int TileCountY {get; set;}
[C++]
HRESULT get_TileCountY(
  long* tileCount
);
[C++]
HRESULT put_TileCountY(
  long tileCount
);
[C++]

Parameters

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

Product Availability

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

See Also

ITileDescription Interface