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.
Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetFunctionality( _ ByVal item As MapResourceItem _ ) As IMapFunctionality |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.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).