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


IOverviewItemURI.TileColOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewItemURI Interface > IOverviewItemURI.TileColOffset Property
ArcGIS Developer Help

IOverviewItemURI.TileColOffset Property

The column offset of the overview tile in the grid.

[Visual Basic .NET]
Public Property TileColOffset As Integer
[C#]
public int TileColOffset {get; set;}
[C++]
HRESULT get_TileColOffset(
  long pTileColOffset
);
[C++]
HRESULT put_TileColOffset(
  System.Int32* pTileColOffset
);
[C++]
Parameters
pTileColOffset [in]

pTileColOffset is a parameter of type long pTileColOffset [out, retval]
pTileColOffset is a parameter of type long*

Product Availability

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

See Also

IOverviewItemURI Interface