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


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

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