The maximum distance that can be searched when expanding the snap tolerance. Has the same units as the snap tolerance.
[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* maxTolerance
);
[C++] HRESULT put_MaxSnapTolerance( double maxTolerance);
Parameters
maxTolerance [out, retval]
maxTolerance is a parameter of type double
maxTolerance [in]
maxTolerance is a parameter of type double
The INALocator::SnapTolerance property specifies the minimum search tolerance used when finding network locations. If nothing is found within this tolerance, the search tolerance is doubled until a network location is found or MaxSnapTolerance is reached.