Gets a tile for a given tile location from a given layer.
[Visual Basic 6.0] Function GetTile(
ByVal pLayer As ILayer, _
ByVal level As Long, _
ByVal Row As Long, _
ByVal column As Long _
)() As Byte
[Visual Basic .NET] Public Function GetTile ( _ ByVal pLayer As ILayer, _ ByVal level As Integer, _ ByVal Row As Integer, _ ByVal column As Integer _ ) As Byte[]
[C#] public Byte[] GetTile ( ILayer pLayer, int level, int Row, int column );
[Java] public Byte[] getTile ( ILayer pLayer, int level, int Row, int column ) throws IOException, AutomationException
[C++] HRESULT GetTile( ILayer* pLayer, long level, long Row, long column, ppTile* ppTile );
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 [out, retval]
ppTile is a parameter of type