ArcObjects Library Reference (NetworkAnalysis)  

INetworkLoader3.MaxSnapTolerance Property

Maximum nonzero XY cluster tolerance.

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

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The maximum x,y snap tolerance.

See Also

INetworkLoader3 Interface