ArcObjects Library Reference (Carto)  

ITiledImageServer.GetImageTile Method

Gets a tile for a given tile location from a given map.

[Visual Basic .NET]
Public Function GetImageTile ( _
    ByVal Level As Integer, _
    ByVal Row As Integer, _
    ByVal column As Integer _
) As Byte[]
[C#]
public Byte[] GetImageTile (
    int Level,
    int Row,
    int column
);
[C++]
HRESULT GetImageTile(
  long Level,
  long Row,
  long column,
  Data* Data
);
[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 Data [out, retval]   Data is a parameter of type

Product Availability

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

See Also

ITiledImageServer Interface