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


INAServerSolverParams.SnapTolerance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerSolverParams.SnapTolerance Property

Minimum search tolerance used when attempting to load network locations.

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

Parameters SnapTolerance [out, retval] SnapTolerance is a parameter of type double SnapTolerance [in] SnapTolerance is a parameter of type double

Product Availability

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

Remarks

SnapTolerance specifies the minimum search tolerance used when finding network locations.

See Also

INAServerSolverParams Interface