ESRI.ArcGIS.ADF.Web.UI.WebControls
GetFunctionality(MapResourceItem) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class > GetFunctionality Method : GetFunctionality(MapResourceItem) Method




item
MapResourceItem object that is in the ResourceItems collection of the MapResourceManager associated with the Map.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetFunctionality( _
   ByVal item As MapResourceItem _
) As IMapFunctionality
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim item As MapResourceItem
Dim value As IMapFunctionality
 
value = instance.GetFunctionality(item)
C# 
public IMapFunctionality GetFunctionality( 
   MapResourceItem item
)

Parameters

item
MapResourceItem object that is in the ResourceItems collection of the MapResourceManager associated with the Map.

Return Value

Map functionality associated with the resource in the Map.

Remarks

This overload of GetFunctionality allows retrieving the map functionality with the resource item of the MapResourceManager associated with the Map.

For more information on retrieving functionalities, see the overload GetFunctionality(int).

See Also

© 2010 All Rights Reserved.