This document is archived and information here might be outdated.  Recommended version.


INetworkAnalysisExt.SnapTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExt Interface > INetworkAnalysisExt.SnapTolerance Property
ArcGIS Developer Help

INetworkAnalysisExt.SnapTolerance Property

Snap tolerance, in pixels, for placing flags and barriers on the map.

[Visual Basic .NET]
Public Property SnapTolerance As Integer
[C#]
public int SnapTolerance {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

When you click on the map with a flag or barrier tool, a spatial query is performed to find all of the network features in the vicinity of where you clicked. The SnapTolerance property is used to determine the extents of this spatial query. By default the snapping tolerance used is 10 pixels.

See Also

INetworkAnalysisExt Interface