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


ICustomGlobeLayer.GetTile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IC > ICustomGlobeLayer Interface > ICustomGlobeLayer.GetTile Method
ArcGIS Developer Help

ICustomGlobeLayer.GetTile Method

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,
  SAFEARRAY(System.Byte)* pData
);
[C++]
Parameters
tilesize [in]

tilesize is a parameter of type int face [in]
face is a parameter of type int level [in]
level is a parameter of type int row [in]
row is a parameter of type int col [in]
col is a parameter of type int pData [out]
pData is a parameter of type SAFEARRAY(unsigned char)*

Product Availability

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

See Also

ICustomGlobeLayer Interface