ArcGIS Developer Help  (EditorExt)    

INetworkAnalysisExt.SnapTolerance Property

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

[Visual Basic 6.0]
Property SnapTolerance As Long
[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

Example

INetworkAnalysisExt Example

 


Feedback Send feedback on this page