Enum SnapRuleBehavior
Describes whether snap rules are used for a ISnapSource and, if so, whether they will allow any snapping.
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SnapRuleBehavior
Fields
Name | Description |
---|---|
None | Rules have not been specified for this ISnapSource. By default, the geometry being edited will be able to snap to any feature in this ISnapSource. |
RulesLimitSnapping | Rules specify that the geometry being edited may snap to any feature in the ISnapSource which matches the rules specified by the SnapRules for this ISnapSource. |
RulesPreventSnapping | Rules specify that the geometry being edited should not snap to any features in this ISnapSource regardless of the feature's attribute values. An internal rule is specified which does not allow snapping to this ISnapSource. |
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 |