Enum SnapRuleBehavior
Describes whether snap rules are used for a ISnap
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SnapRuleBehavior
Fields
Name | Description |
---|---|
None | Rules have not been specified for this ISnap By default, the geometry being edited will be able to snap to any feature in this ISnap |
RulesLimitSnapping | Rules specify that the geometry being edited may snap to any feature in the ISnap |
RulesPreventSnapping | Rules specify that the geometry being edited should not snap to any features in this ISnap An internal rule is specified which does not allow snapping to this ISnap |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 |
.NET | 200.7 |
.NET Windows | 200.7 |
.NET Android | 200.7 |
.NET iOS | 200.7 |
.NET Framework | 200.7 |
UWP | 200.7 |