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




mr
The MapResource object in the MapResourceItem in the MapResourceManager associated with the Map.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetFunctionality( _
   ByVal mr As ESRI.ArcGIS.ADF.Web.DataSources.IMapResource _
) As ESRI.ArcGIS.ADF.Web.DataSources.IMapFunctionality
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim mr As ESRI.ArcGIS.ADF.Web.DataSources.IMapResource
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.IMapFunctionality
 
value = instance.GetFunctionality(mr)
C# 
public ESRI.ArcGIS.ADF.Web.DataSources.IMapFunctionality GetFunctionality( 
   ESRI.ArcGIS.ADF.Web.DataSources.IMapResource mr
)

Parameters

mr
The MapResource object in the MapResourceItem in the MapResourceManager associated with the Map.

Return Value

Map functionality associated with the resource in the Map.

Remarks

This overload of GetFunctionality allows retrieving a map functionality using a map resource. The map resource is a representation of the map service used by the MapResourceManager to supply the Map with mapping abilities.

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

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.