ArcObjects Library Reference (DataSourcesRaster)  

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(
  long pTileColOffset
);
[C++]

Parameters

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

Product Availability

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

See Also

IOverviewItemURI Interface