|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| GetFunctionality(IMapResource) Method | |
| See Also | |
| 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.
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function GetFunctionality( _ ByVal mr As IMapResource _ ) As IMapFunctionality | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public IMapFunctionality GetFunctionality( 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.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).