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


IMapCooker.GetTile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.GetTile Method
ArcGIS Developer Help

IMapCooker.GetTile Method

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

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

pLayer is a parameter of type ILayer* Level
Level is a parameter of type long Row
Row is a parameter of type long Column
Column is a parameter of type long

Product Availability

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

See Also

IMapCooker Interface