ESRI.ArcGIS.ADF.Web
IdentifyOption Enumeration
See Also 
ESRI.ArcGIS.ADF.Web Namespace : IdentifyOption Enumeration




Option for which layers to identify on.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum IdentifyOption 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As IdentifyOption
C# 
[SerializableAttribute()]
public enum IdentifyOption : Enum 

Members

MemberDescription
AllLayersIdentifies features from all layers.
VisibleLayersIdentifies only features in visible layers.
TopMostLayerIdentifies only features in the top-most layer in the table of contents.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.IdentifyOption

See Also

© 2010 All Rights Reserved.