ESRI.ArcGIS.ADF.ArcGISServer.Editor
FeatureSelectionMode Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : FeatureSelectionMode Enumeration




Defines constants that describe how features are to be selected.

Syntax

Visual Basic (Declaration) 
Public Enum FeatureSelectionMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As FeatureSelectionMode
C# 
public enum FeatureSelectionMode : Enum 

Members

MemberDescription
CreateNew Select features by creating a new selection.
Add Select features by adding to the current selection set.
Remove Modify the selection set by removing features from the current selection set.
Toggle Modify the selection set by removing already selected features and adding unselected features.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.Editor.FeatureSelectionMode

See Also

© 2010 All Rights Reserved.