ESRI.ArcGIS.ADF.ArcGISServer.Editor
FeatureSelectionMode Enumeration
See Also  Send Feedback
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 System.Enum
Visual Basic (Usage)Copy Code
Dim instance As FeatureSelectionMode
C# 
public enum FeatureSelectionMode : System.Enum 

Members

MemberDescription
Add Select features by adding to the current selection set.
CreateNew Select features by creating a new selection.
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.

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

© 2011 All Rights Reserved.