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


IOverviewTileParameters.TileCols Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewTileParameters.TileCols Property

The recommended number of pixel columns in each overview tiles.

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

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

Product Availability

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

See Also

IOverviewTileParameters Interface