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