ArcObjects Library Reference  (NetworkAnalyst)    

INAServerSolverParams.MaxSnapTolerance Property

Maximum search tolerance used when attempting to load network locations.

[Visual Basic 6.0]
Property MaxSnapTolerance As Double
[Visual Basic .NET]
Public Property MaxSnapTolerance As Double
[C#]
public double MaxSnapTolerance {get; set;}
[Java]
public Double getMaxSnapTolerance()
throws
    IOException,
    AutomationException
[Java]
public void setMaxSnapTolerance(
Double MaxSnapTolerance
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_MaxSnapTolerance(
  double* MaxSnapTolerance
);
[C++]
HRESULT put_MaxSnapTolerance(
  double MaxSnapTolerance

);

[C++]

Parameters

MaxSnapTolerance [out, retval]

  MaxSnapTolerance is a parameter of type double

MaxSnapTolerance [in]

  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

 


Feedback Send feedback on this page