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