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.
Visual Basic (Declaration) | |
---|---|
Public Function GetTileFunctionality( _ ByVal mr As IMapResource _ ) As ITileFunctionality |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
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.