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


IDirectionsLandmarkSource.SearchTolerance Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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