ArcObjects Library Reference (NetworkAnalysis)  

INetworkLoader3.DefaultSnapTolerance Property

Default nonzero XY cluster tolerance.

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

Parameters

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

Product Availability

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

Description

The default snapping tolerance for the geometric network; this is equal to the resolution of the feature dataset.

See Also

INetworkLoader3 Interface