This document is archived and information here might be outdated. Recommended version. |
Gets a tile for a given tile location from a given layer.
[Visual Basic .NET] Public Function GetTileX ( _ ByVal pMapLayerInfo As IMapLayerInfo, _ ByVal level As Integer, _ ByVal row As Integer, _ ByVal column As Integer _ ) As Byte[]
[C#] public Byte[] GetTileX ( IMapLayerInfo pMapLayerInfo, int level, int row, int column );
[C++]
HRESULT GetTileX(
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 [out, retval] ppTile is a parameter of type