ESRI.ArcGIS.ADF.Web.UI.WebControls
OverviewMapResource Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > OverviewMap Class : OverviewMapResource Property




The map resource to display in the overview map. Required property.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("MapResource to be used for Overview Map background")>
<ResCategoryAttribute("Resources")>
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.MapResourceEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
Public Property OverviewMapResource As String
Visual Basic (Usage)Copy Code
Dim instance As OverviewMap
Dim value As String
 
instance.OverviewMapResource = value
 
value = instance.OverviewMapResource
C# 
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("MapResource to be used for Overview Map background")]
[ResCategoryAttribute("Resources")]
[DefaultValueAttribute()]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.MapResourceEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
public string OverviewMapResource {get; set;}

Return Value

Name of the map resource to use in the OverviewMap.

Remarks

This is the Name property of the resource item in the MapResourceManager to use as the map display in the overview map. This resource must exist in the MapResourceManager.

See Also

© 2010 All Rights Reserved.