ArcObjects Library Reference (Carto)  

IMapCooker.PutTile Method

Puts a tile for a given tile location for a given layer.

[Visual Basic .NET]
Public Sub PutTile ( _
    ByVal pLayer As ILayer, _
    ByVal Level As Integer, _
    ByVal Row As Integer, _
    ByVal Column As Integer, _
    ByRef ppTile As Byte[]& _
)
[C#]
public void PutTile (
    ILayer pLayer,
    int Level,
    int Row,
    int Column,
    ref Byte[]& ppTile
);
[C++]
HRESULT PutTile(
  ILayer* pLayer,
  long Level,
  long Row,
  long Column,
  ppTile* ppTile
);
[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 ppTile [in]   ppTile is a parameter of type

Product Availability

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

See Also

IMapCooker Interface