This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerSolverParams Interface > INAServerSolverParams.SnapTolerance Property (ArcObjects .NET 10.4 SDK) |
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
SnapTolerance specifies the minimum search tolerance used when finding network locations.