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


IMapCooker.QueryTilePosition Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker.QueryTilePosition Method

Queries for the current map tile position.

[Visual Basic .NET]
Public Sub QueryTilePosition ( _
    ByRef pLevel As Integer, _
    ByRef pRow As Integer, _
    ByRef pColumn As Integer _
)
[C#]
public void QueryTilePosition (
    ref int pLevel,
    ref int pRow,
    ref int pColumn
);
[C++]
HRESULT QueryTilePosition(
  long* pLevel,
  long* pRow,
  long* pColumn
);
[C++]

Parameters pLevel [out] pLevel is a parameter of type long pRow [out] pRow is a parameter of type long pColumn [out] pColumn is a parameter of type long

Product Availability

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

See Also

IMapCooker Interface