ArcObjects Library Reference  (Carto)    

IMapCooker.QueryTilePosition Method

Queries for the current map tile position.

[Visual Basic 6.0]
Sub QueryTilePosition(
    pLevel As Long, _
    pRow As Long, _
    pColumn As Long _
)
[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
);
[Java]
public void queryTilePosition (
    int pLevel,
    int pRow,
    int pColumn
)
throws
    IOException,
    AutomationException
[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