This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewItemURI Interface > IOverviewItemURI.TileRowOffset Property (ArcObjects .NET 10.4 SDK) |
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