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


IGlobeTileGenerator.QueryTilePosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeTileGenerator Interface > IGlobeTileGenerator.QueryTilePosition Method
ArcGIS Developer Help

IGlobeTileGenerator.QueryTilePosition Method

Queries for the current tile position.

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

pFace is a parameter of type long* 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

IGlobeTileGenerator Interface