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




The maximum number of features that can be selected per application of the select features tool. Multiple executions of the select features tool are cumulative.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResDescriptionAttribute("The maximum number of features that can be selected per application of the select features tool. Multiple executions of the select features tool are cumulative.")>
<ResCategoryAttribute("Editing")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
Public Property SelectionLimit As Integer
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As Integer
 
instance.SelectionLimit = value
 
value = instance.SelectionLimit
C# 
[BrowsableAttribute(true)]
[ResDescriptionAttribute("The maximum number of features that can be selected per application of the select features tool. Multiple executions of the select features tool are cumulative.")]
[ResCategoryAttribute("Editing")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public int SelectionLimit {get; set;}

See Also

© 2010 All Rights Reserved.