ArcObjects Library Reference (Carto)  

IImageCooker.GetTile Method

Gets a tile at a given LOD, and column and row location.

[Visual Basic .NET]
Public Function GetTile ( _
    ByVal Level As Integer, _
    ByVal Row As Integer, _
    ByVal column As Integer _
) As Byte[]
[C#]
public Byte[] GetTile (
    int Level,
    int Row,
    int column
);
[C++]
HRESULT GetTile(
  long Level,
  long Row,
  long column,
  ppTile* ppTile
);
[C++]

Parameters

Level [in]   Level is a parameter of type long Row [in]   Row is a parameter of type long column [in]   column is a parameter of type long ppTile [out, retval]   ppTile is a parameter of type

Product Availability

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

See Also

IImageCooker Interface