This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITileCacheInfo Interface > ITileCacheInfo.TileCols Property (ArcObjects .NET 10.5 SDK) |
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