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


ITileCacheInfoEx.TileCols Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITileCacheInfoEx.TileCols Property

The number of columns per tile.

[Visual Basic .NET]
Public Property TileCols As Integer
[C#]
public int TileCols {get; set;}
[C++]
HRESULT get_TileCols(
  long* pNumTileCols
);
[C++]
HRESULT put_TileCols(
  long pNumTileCols
);
[C++]

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

Product Availability

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

See Also

ITileCacheInfoEx Interface