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


IOverviewTileParameters.TileCols Property (ArcObjects .NET 10.4 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(
  long pTileColPixels
);
[C++]

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

Product Availability

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

See Also

IOverviewTileParameters Interface