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


IOverviewItemURI.TileRowOffset 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.TileRowOffset Property
ArcGIS Developer Help

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(
  System.Int32* pTileRowOffset
);
[C++]
Parameters
pTileRowOffset [in]

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

Product Availability

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

See Also

IOverviewItemURI Interface