Enum SnapState
The resulting snap state when snapping to or from a snap candidate.
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SnapState
Fields
Name | Description |
---|---|
SnappedToFeature | A snap has occurred to a ISnapSource. This value will be returned in the following cases:
Note that if the snap contains multiple candidates, where some are from features/graphics and some are from geometry guides, then SnappedToFeature will take priority over SnappedToGeometryGuide. This value will not be returned in these cases:
|
SnappedToGeometryGuide | A snap has occured to a geometry guide. This value will be returned in the following cases:
This value will not be returned in these cases:
|
Unsnapped | The previous snap candidate is no longer suitable and the current edit position is not snapped. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 - 200.7 |
.NET | 200.6 - 200.7 |
.NET Windows | 200.6 - 200.7 |
.NET Android | 200.6 - 200.7 |
.NET iOS | 200.6 - 200.7 |
.NET Framework | 200.6 - 200.7 |
UWP | 200.6 - 200.7 |