ArcObjects Library Reference  (NetworkAnalyst)    

INAServerSolverParams.SnapTolerance Property

Minimum search tolerance used when attempting to load network locations.

[Visual Basic 6.0]
Property SnapTolerance As Double
[Visual Basic .NET]
Public Property SnapTolerance As Double
[C#]
public double SnapTolerance {get; set;}
[Java]
public Double getSnapTolerance()
throws
    IOException,
    AutomationException
[Java]
public void setSnapTolerance(
Double SnapTolerance
)
throws
    IOException,
    AutomationException
[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