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


IMapCookerX.PutTileX Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoX)  

IMapCookerX.PutTileX Method

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

[Visual Basic .NET]
Public Sub PutTileX ( _
    ByVal pMapLayerInfo As IMapLayerInfo, _
    ByVal level As Integer, _
    ByVal row As Integer, _
    ByVal column As Integer, _
    ByRef ppTile As Byte[]& _
)
[C#]
public void PutTileX (
    IMapLayerInfo pMapLayerInfo,
    int level,
    int row,
    int column,
    ref Byte[]& ppTile
);
[C++]
HRESULT PutTileX(
  IMapLayerInfo* pMapLayerInfo,
  long level,
  long row,
  long column,
  ppTile* ppTile
);
[C++]

Parameters pMapLayerInfo [in]
pMapLayerInfo is a parameter of type IMapLayerInfo 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. Requires 3D Analyst Extension.

See Also

IMapCookerX Interface