ESRI.ArcGIS.ADF.Web.UI.WebControls
MapResourceManagerInstance Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : MapResourceManagerInstance Property




The instance of the MapResourceManager whose resources will be displayed on the map.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The instance of the MapResourceManager whose resources will be displayed on the map.")>
<BrowsableAttribute(False)>
Public Property MapResourceManagerInstance As MapResourceManager
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim value As MapResourceManager
 
instance.MapResourceManagerInstance = value
 
value = instance.MapResourceManagerInstance
C# 
[ResDescriptionAttribute("The instance of the MapResourceManager whose resources will be displayed on the map.")]
[BrowsableAttribute(false)]
public MapResourceManager MapResourceManagerInstance {get; set;}

Remarks

This is a reference to the MapResourceManager from which the Map control derives its resources for drawing maps. This property is not set at design time. It is populated at runtime using the MapResourceManager property of the Map.

You can programmatically retrieve resources from this property at runtime to access GIS functionalities. However, it may be more convenient to instead use Map.GetFunctionalities() or Map.GetFunctionality(), which returns a functionality to use for mapping, querying, etc. more directly.

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.