ESRI.ArcGIS.ADF.Web.UI.WebControls
GetTileFunctionalities Method
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.