![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
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,
  SAFEARRAY(System.Byte)* 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 SAFEARRAY(unsigned char)*