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


ISelectionEnvironment.SearchTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelectionEnvironment Interface > ISelectionEnvironment.SearchTolerance Property
ArcGIS Developer Help

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(
  System.Int32* 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