ESRI.ArcGIS.ADF.Web.DataSources
Draw Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > ITileFunctionality Interface : Draw Method




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.
Draws the map tile at the scale level, row and column specified.

Syntax

Visual Basic (Declaration) 
Function Draw( _
   ByVal mapFunctionalityName As String, _
   ByVal column As Long, _
   ByVal row As Long, _
   ByVal level As Integer _
) As MapImage
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 MapImage
 
value = instance.Draw(mapFunctionalityName, column, row, level)
C# 
MapImage Draw( 
   string mapFunctionalityName,
   long column,
   long row,
   int 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.

See Also

© 2010 All Rights Reserved.