This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Constants > E > esriSnapToleranceUnits Constants (ArcObjects .NET 10.4 SDK) |
Indicates the snap tolerance units.
Constant | Value | Description |
---|---|---|
esriSnapTolerancePixels | 0 | Pixels. |
esriSnapToleranceMapUnits | 1 | Map units. |
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.
ISnapEnvironment Interface | ISnapAgent Interface