ESRI.ArcGIS.Mobile
SelectionType Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace : SelectionType Enumeration

Specifies the desired type of Selection.

Syntax

Visual Basic (Declaration) 
Public Enum SelectionType 
   Inherits Enum
C# 
public enum SelectionType : Enum 

Members

MemberDescription
Envelope Uses a dragged envelope to select features from a list of layers.
Point Uses a point click in the map to select features from a list of layers.
Polygon Uses a digitized polygon on the map to select features from a list of layers.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.SelectionType

Requirements

Namespace: ESRI.ArcGIS.Mobile

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

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also