ESRI.ArcGIS.ADF.Web.UI.WebControls
GetTileFunctionality Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : GetTileFunctionality Method




mr
Map resource for which to get the tile functionality.
Retrieves the tile functionality, if one exists, for the map resource.

Syntax

Visual Basic (Declaration) 
Public Function GetTileFunctionality( _
   ByVal mr As IMapResource _
) As ITileFunctionality
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim mr As IMapResource
Dim value As ITileFunctionality
 
value = instance.GetTileFunctionality(mr)
C# 
public ITileFunctionality GetTileFunctionality( 
   IMapResource mr
)

Parameters

mr
Map resource for which to get the tile functionality.

Return Value

Tile functionality, if any, associated with the Map resource.

Remarks

Tile functionality enables use of map tiles that have been pre-created on the server. Currently the Web ADF only supports ArcGIS Server map services for tile functionalities. Typically the developer will access tile functionalities only for creating custom data sources. See Creating Custom Data Sources in the Developer Help for more information.

See Also

© 2010 All Rights Reserved.