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


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

INAServerSolverParams.MaxSnapTolerance Property

Maximum search tolerance used when attempting to load network locations.

[Visual Basic .NET]
Public Property MaxSnapTolerance As Double
[C#]
public double MaxSnapTolerance {get; set;}
[C++]
HRESULT get_MaxSnapTolerance(
  double MaxSnapTolerance
);
[C++]
HRESULT put_MaxSnapTolerance(
  System.Double* MaxSnapTolerance
);
[C++]
Parameters
MaxSnapTolerance [in]

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

Product Availability

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

Remarks

MaxSnapTolerance specifies the maximum search tolerance used when finding network locations.

See Also

INAServerSolverParams Interface