Show / Hide Table of Contents

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
ISnapSource

Applies to

TargetVersions
.NET Standard 2.0200.7
.NET200.7
.NET Windows200.7
.NET Android200.7
.NET iOS200.7
.NET Framework200.7
UWP200.7
In This Article
Back to top Copyright © 2022 Esri.