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


IDirectionsLandmarkSource.SearchTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDirectionsLandmarkSource Interface > IDirectionsLandmarkSource.SearchTolerance Property
ArcGIS Developer Help

IDirectionsLandmarkSource.SearchTolerance Property

The search tolerance value used to find landmarks along the route using spatial search.

[Visual Basic .NET]
Public Property SearchTolerance As Double
[C#]
public double SearchTolerance {get; set;}
[C++]
HRESULT get_SearchTolerance(
  System.Double* tolerance
);
[C++]
HRESULT put_SearchTolerance(
  double tolerance
);
[C++]
Parameters
tolerance [out, retval]

tolerance is a parameter of type double* tolerance [in]
tolerance is a parameter of type double

Product Availability

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

See Also

IDirectionsLandmarkSource Interface