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




Gets the collection of tile functionalities associated with the Map.

Syntax

Visual Basic (Declaration) 
Public Function GetTileFunctionalities() As IEnumerable
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim value As IEnumerable
 
value = instance.GetTileFunctionalities()
C# 
public IEnumerable GetTileFunctionalities()

Return Value

Collection of tile functionalities, if any, associated with the Map.

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.