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


INALocator.SnapTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocator Interface > INALocator.SnapTolerance Property
ArcGIS Developer Help

INALocator.SnapTolerance Property

The distance to search.

[Visual Basic .NET]
Public Property SnapTolerance As Double
[C#]
public double SnapTolerance {get; set;}
[C++]
HRESULT get_SnapTolerance(
  double tolerance
);
[C++]
HRESULT put_SnapTolerance(
  System.Double* tolerance
);
[C++]
Parameters
tolerance [in]

tolerance is a parameter of type double tolerance [out, retval]
tolerance is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The SnapTolerance property specifies the minimum search tolerance used when finding network locations.  If nothing is found within this tolerance, the search tolerance is doubled until a network location is found or INALocator2::MaxSnapTolerance is reached.

See Also

INALocator Interface