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


ISnapEnvironment.SnapTolerance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

ISnapEnvironment.SnapTolerance Property

The snap tolerance, measured in pixels or map units.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

SnapTolerance this property is the size of the region bounding the input point location. It is given as a radius, measured in pixels, and the search for a potential snap point candidate is made within this region.

See Also

ISnapEnvironment Interface