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


ISnapEnvironment.SnapTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISnapEnvironment Interface > ISnapEnvironment.SnapTolerance Property
ArcGIS Developer Help

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