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


esriSnapToleranceUnits Constants (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

esriSnapToleranceUnits Constants

Indicates the snap tolerance units.

Constant Value Description
esriSnapTolerancePixels 0 Pixels.
esriSnapToleranceMapUnits 1 Map units.

Product Availability

Available with ArcGIS Desktop.

Remarks

This enumeration, used in conjunction with IEditor::SnapToleranceUnits, determines the method used to determine the measurement unit used to determine whether a snap agent's ISnapAgent::Snap method returns True. 

See Also

ISnapEnvironment Interface | ISnapAgent Interface

.NET Related Topics

Working with the editor snap environment