This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDirectionsLandmarkSource Interface > IDirectionsLandmarkSource.SearchTolerance Property (ArcObjects .NET 10.4 SDK) |
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