Gets a rasterized data tile for the given globe tesselation coordinates.
[Visual Basic .NET] Public Sub GetTile ( _ ByVal tilesize As Integer, _ ByVal face As Integer, _ ByVal level As Integer, _ ByVal row As Integer, _ ByVal col As Integer, _ ByRef pData As Byte[]& _ )
[C#] public void GetTile ( int tilesize, int face, int level, int row, int col, ref Byte[]& pData );
[C++]
HRESULT GetTile(
Long tilesize,
Long face,
Long level,
Long row,
Long col,
pData* pData
);
[C++]Parameters
tilesize [in] tilesize is a parameter of type Long face [in] face is a parameter of type Long level [in] level is a parameter of type Long row [in] row is a parameter of type Long col [in] col is a parameter of type Long pData [out] pData is a parameter of type
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.