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




Tolerance value of Identify tool

Syntax

Visual Basic (Declaration) 
<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.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResCategoryAttribute("Identify Tool")>
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# 
[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.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResCategoryAttribute("Identify Tool")]
public int IdentifyTolerance {get; set;}

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.