ESRI.ArcGIS.ADF.Web.UI.WebControls
IdentifyTolerance Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapIdentify Class : IdentifyTolerance Property




Tolerance value of Identify tool

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResCategoryAttribute("Identify Tool")>
<ResDescriptionAttribute("The distance around the geometry to include in the search. How the value is used depends on the data source implementation. As a result, the units of the value may be specified in pixels, map units, percentage, etc.")>
Public Property IdentifyTolerance As Integer
Visual Basic (Usage)Copy Code
Dim instance As MapIdentify
Dim value As Integer
 
instance.IdentifyTolerance = value
 
value = instance.IdentifyTolerance
C# 
[PersistenceModeAttribute()]
[ResCategoryAttribute("Identify Tool")]
[ResDescriptionAttribute("The distance around the geometry to include in the search. How the value is used depends on the data source implementation. As a result, the units of the value may be specified in pixels, map units, percentage, etc.")]
public int IdentifyTolerance {get; set;}

See Also

© 2010 All Rights Reserved.