This document is archived and information here might be outdated. Recommended version. |
Gets a tile at a given LOD, and column and row location.
[Visual Basic .NET] Public Function GetTile ( _ ByVal Level As Integer, _ ByVal Row As Integer, _ ByVal Column As Integer _ ) As Byte[]
[C#] public Byte[] GetTile ( int Level, int Row, int Column );
[C++]
HRESULT GetTile(
long Level,
long Row,
long Column
);
[C++]
Parameters Level [in]
Level is a parameter of type long Row [in]
Row is a parameter of type long Column [in]
Column is a parameter of type long