ArcObjects Library Reference (ArcMapUI)  

IMxDocument.SearchTolerance Property

The global search tolerance in geographic units for selection.

[Visual Basic .NET]
Public ReadOnly Property SearchTolerance As Double
[C#]
public double SearchTolerance {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The application's search tolerance is measured and set using pixel units.  This property automatically converts the size of the pixels to map units.  The example shows how this conversion is done.

See Also

IMxDocument Interface