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


IMxDocument.SearchTolerancePixels 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.SearchTolerancePixels Property
ArcGIS Developer Help

IMxDocument.SearchTolerancePixels Property

The global search tolerance in pixels for selection.

[Visual Basic .NET]
Public Property SearchTolerancePixels As Integer
[C#]
public int SearchTolerancePixels {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

This property controls the application's search tolerance.  The search tolerance is measured in pixel units.  Use IMxDocument::SearchTolerance to check the search tolerance in map units.

See Also

IMxDocument Interface