ArcObjects Library Reference (DataSourcesRaster)  

IOverviewItemURI.TileRowOffset Property

The row offset of the overview tile in the grid.

[Visual Basic .NET]
Public Property TileRowOffset As Integer
[C#]
public int TileRowOffset {get; set;}
[C++]
HRESULT get_TileRowOffset(
  long* pTileRowOffset
);
[C++]
HRESULT put_TileRowOffset(
  long pTileRowOffset
);
[C++]

Parameters

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

Product Availability

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

See Also

IOverviewItemURI Interface