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


ITilesTable.GetOffset Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITilesTable.GetOffset Method

Get the row in the table corresponding to the given tileX and tileY

[Visual Basic .NET]
Public Function GetOffset ( _
    ByVal ty As Integer, _
    ByVal tx As Integer _
) As Integer
[C#]
public int GetOffset (
    int ty,
    int tx
);
[C++]
HRESULT GetOffset(
  long ty,
  long tx,
  long* pOffset
);
[C++]

Parameters ty [in] ty is a parameter of type long tx [in] tx is a parameter of type long pOffset [out, retval] pOffset is a parameter of type long

Product Availability

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

See Also

ITilesTable Interface