Draws the map tile at the scale level, row and column specified.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ITileFunctionality
Dim mapFunctionalityName As String
Dim column As Long
Dim row As Long
Dim level As Integer
Dim value As ESRI.ArcGIS.ADF.Web.MapImage
value = instance.Draw(mapFunctionalityName, column, row, level) |
Parameters
- mapFunctionalityName
- Name of the map functionality.
- column
- Column of the tile to draw.
- row
- Row of the tile to draw.
- level
- Scale level of detail at which to draw.
Return Value
MapImage with the tile in either MIME data or URL format.
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