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


esriSnapToleranceUnits Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Constants > E > esriSnapToleranceUnits Constants
ArcGIS Developer Help

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