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


IOverviewItemURI.TileRowOffset Property (ArcObjects .NET 10.5 SDK)
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