Draws a map tile at the specified scale level, row and column.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Function DrawTile( _
ByVal column As Long, _
ByVal row As Long, _
ByVal level As Integer _
) As ESRI.ArcGIS.ADF.Web.MapImage |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Map
Dim column As Long
Dim row As Long
Dim level As Integer
Dim value As ESRI.ArcGIS.ADF.Web.MapImage
value = instance.DrawTile(column, row, level) |
Parameters
- column
- Column of the tile in given level of the tiling scheme.
- row
- Row of the tile in given level of the tiling scheme.
- level
- The scale level (level of detail) of the tiling scheme.
Return Value
MapImage with image data or URL.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also