ESRI.ArcGIS.ADF.ArcGISServer.Editor
FeatureSelectionMode Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : FeatureSelectionMode Property




If true, features intersecting the selection area will have their selection state toggled. If false, only features intersecting the selection area will be selected.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("How features are to be selected with the SelectFeature tool.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Editing")>
<PersistenceModeAttribute()>
Public Property FeatureSelectionMode As FeatureSelectionMode
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As FeatureSelectionMode
 
instance.FeatureSelectionMode = value
 
value = instance.FeatureSelectionMode
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("How features are to be selected with the SelectFeature tool.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Editing")]
[PersistenceModeAttribute()]
public FeatureSelectionMode FeatureSelectionMode {get; set;}

See Also

© 2010 All Rights Reserved.