Draws a map tile for the specified resource at the scale level, row and column indicated.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Map
Dim column As Long
Dim row As Long
Dim level As Integer
Dim resourceName As String
Dim value As ESRI.ArcGIS.ADF.Web.MapImage
value = instance.DrawTile(column, row, level, resourceName) |
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.
- resourceName
- The map resource whose tile to draw.
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