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


IDirectionsLandmarkSource.SearchToleranceUnits 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.SearchToleranceUnits Property
ArcGIS Developer Help

IDirectionsLandmarkSource.SearchToleranceUnits Property

The search tolerance value unit type.

[Visual Basic .NET]
Public Property SearchToleranceUnits As esriUnits
[C#]
public esriUnits SearchToleranceUnits {get; set;}
[C++]
HRESULT get_SearchToleranceUnits(
  esriUnits* Units
);
[C++]
HRESULT put_SearchToleranceUnits(
  esriUnits Units
);
[C++]
Parameters
Units [out, retval]

Units is a parameter of type esriUnits* Units [in]
Units is a parameter of type esriUnits

Product Availability

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

See Also

IDirectionsLandmarkSource Interface