This document is archived and information here might be outdated.  Recommended version.


IMxDocument.SearchTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMxDocument Interface > IMxDocument.SearchTolerance Property
ArcGIS Developer Help

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