ESRI.ArcGIS.ADF.Web.UI.WebControls
MapResourceManagerInstance Property
See Also 
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) 
<BrowsableAttribute(False)>
<ResDescriptionAttribute("The instance of the MapResourceManager whose resources will be displayed on the map.")>
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# 
[BrowsableAttribute(false)]
[ResDescriptionAttribute("The instance of the MapResourceManager whose resources will be displayed on the map.")]
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.

See Also

© 2010 All Rights Reserved.