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


ISelectionEnvironment.SearchTolerance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISelectionEnvironment.SearchTolerance Property

Search tolerance in device units.

[Visual Basic .NET]
Public Property SearchTolerance As Integer
[C#]
public int SearchTolerance {get; set;}
[C++]
HRESULT get_SearchTolerance(
  long* Tolerance
);
[C++]
HRESULT put_SearchTolerance(
  long Tolerance
);
[C++]

Parameters Tolerance [out, retval] Tolerance is a parameter of type long Tolerance [in] Tolerance is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISelectionEnvironment Interface