Option to define layer scope of Identify tool
Syntax
Visual Basic (Declaration) | |
---|
<ResDescriptionAttribute("Defines the layer scope of map identify tool")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResCategoryAttribute("Identify Tool")>
Public Property IdentifyOption As ESRI.ArcGIS.ADF.Web.IdentifyOption |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MapIdentify
Dim value As ESRI.ArcGIS.ADF.Web.IdentifyOption
instance.IdentifyOption = value
value = instance.IdentifyOption |
C# | |
---|
[ResDescriptionAttribute("Defines the layer scope of map identify tool")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResCategoryAttribute("Identify Tool")]
public ESRI.ArcGIS.ADF.Web.IdentifyOption IdentifyOption {get; set;} |
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