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


ISnapEnvironment.SnapToleranceUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

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