ArcObjects Library Reference (Carto)  

ITileCacheInfo.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

ITileCacheInfo Interface