The distance in screen pixels from the specified geometry within which the identify should be performed. The value for the tolerance should be an integer.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 function get Tolerance () : Number
 function set Tolerance (value : Number)

Remarks

The default tolerance is zero pixels. When the Geometry consists of a point, a tolerance of zero will normally cause no features to be selected. Therefore at least a small tolerance, such as two pixels, should be set with points. A larger tolerance may be used when a buffering effect is desired (though the tolerance is in screen pixels, not map units--hence the actual distance depends on the user's current map scale).

See Also