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


INAServerSolverParams.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 > INAServerSolverParams Interface > INAServerSolverParams.SnapTolerance Property
ArcGIS Developer Help

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(
  System.Double* SnapTolerance
);
[C++]
Parameters
SnapTolerance [in]

SnapTolerance is a parameter of type double SnapTolerance [out, retval]
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