ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
Draw Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > TileFunctionality Class : Draw Method




mapFunctionalityName
Name of the map functionality. May be null (Nothing) for some functionalities.
column
Column in the map tiling scheme.
row
Row in the map tiling scheme.
level
Level of detail (scale) at which to draw.
Draws a map tile at the scale level, row and column by retrieving the image from the tile cache.

Syntax

Visual Basic (Declaration) 
Public 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 TileFunctionality
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# 
public MapImage Draw( 
   string mapFunctionalityName,
   long column,
   long row,
   int level
)

Parameters

mapFunctionalityName
Name of the map functionality. May be null (Nothing) for some functionalities.
column
Column in the map tiling scheme.
row
Row in the map tiling scheme.
level
Level of detail (scale) at which to draw.

Return Value

MapImage that contains the map tile image.

See Also

© 2010 All Rights Reserved.