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




The distance, in pixels, when clicking to select features or vertices, that the cursor can be from an object and still be selected.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The distance, in pixels, when clicking to select features or vertices, that the cursor can be from an object and still be selected.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Editing")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
Public Property SelectionTolerance As Integer
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As Integer
 
instance.SelectionTolerance = value
 
value = instance.SelectionTolerance
C# 
[ResDescriptionAttribute("The distance, in pixels, when clicking to select features or vertices, that the cursor can be from an object and still be selected.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Editing")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public int SelectionTolerance {get; set;}

See Also

© 2010 All Rights Reserved.