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


ISnapEnvironment.SnapToleranceUnits 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.SnapToleranceUnits Property
ArcGIS Developer Help

ISnapEnvironment.SnapToleranceUnits Property

The units used for the snap tolerance.

[Visual Basic .NET]
Public Property SnapToleranceUnits As esriSnapToleranceUnits
[C#]
public esriSnapToleranceUnits SnapToleranceUnits {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

SnapToleranceUnits defines the method of type esriSnapToleranceUnits used to define the radius used by active snap agents.  The default value is esriSnapTolerancePixels.

See Also

ISnapEnvironment Interface