ESRI.ArcGIS.ADF.Web.UI.WebControls
MapIdentify Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapIdentify Class




MapIdentify Control

Object Model




Syntax

Visual Basic (Declaration) 
<ToolboxDataAttribute("<{0}:MapIdentify runat='server' Height='200px' Width='200px' IdentifyTolerance='2' NumberOfDecimals='3' IsRightToLeft='False' EnableRelates='True' IdentifyOption='VisibleLayers' IdentifiableLayers=''></{0}:MapIdentify>")>
<ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.MapIdentify", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.MapIdentify.js")>
Public Class MapIdentify 
   Inherits WebControl
Visual Basic (Usage)Copy Code
Dim instance As MapIdentify
C# 
[ToolboxDataAttribute("<{0}:MapIdentify runat='server' Height='200px' Width='200px' IdentifyTolerance='2' NumberOfDecimals='3' IsRightToLeft='False' EnableRelates='True' IdentifyOption='VisibleLayers' IdentifiableLayers=''></{0}:MapIdentify>")]
[ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.MapIdentify", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.MapIdentify.js")]
public class MapIdentify : WebControl 

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.MapIdentify

See Also

© 2010 All Rights Reserved.