Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Geometry guides are enabled by default when snapping is enabled. These allow for

On supported platforms haptic feedback on `SnapState.SnappedToFeature` and `SnapState.SnappedToGeometryGuide` is enabled by default when snapping is enabled. Custom haptic feedback can be configured by setting `SnapSettings.IsHapticFeedbackEnabled` to false and listening to `GeometryEditor.SnapChanged` events to provide specific feedback depending on the `SnapState`.

When using `SubtypeFeatureLayer` objects as snap sources instead of `FeatureLayer`, child `SubtypeSublayer` objects are included as snap sources in the parent `SnapSourceSettings.ChildSnapSources` collection in the same order as the `SubtypeFeatureLayer.SubtypeSublayers` collection.

## Tags

edit, feature, geometry editor, graphics, layers, map, snapping
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Geometry guides are enabled by default when snapping is enabled. These allow for

On supported platforms haptic feedback on `SnapState.SnappedToFeature` and `SnapState.SnappedToGeometryGuide` is enabled by default when snapping is enabled. Custom haptic feedback can be configured by setting `SnapSettings.IsHapticFeedbackEnabled` to false and listening to `GeometryEditor.SnapChanged` events to provide specific feedback depending on the `SnapState`.

When using `SubtypeFeatureLayer` objects as snap sources instead of `FeatureLayer`, child `SubtypeSublayer` objects are included as snap sources in the parent `SnapSourceSettings.ChildSnapSources` collection in the same order as the `SubtypeFeatureLayer.SubtypeSublayers` collection.

## Tags

edit, feature, geometry editor, graphics, layers, map, snapping
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Geometry guides are enabled by default when snapping is enabled. These allow for

On supported platforms haptic feedback on `SnapState.SnappedToFeature` and `SnapState.SnappedToGeometryGuide` is enabled by default when snapping is enabled. Custom haptic feedback can be configured by setting `SnapSettings.IsHapticFeedbackEnabled` to false and listening to `GeometryEditor.SnapChanged` events to provide specific feedback depending on the `SnapState`.

When using `SubtypeFeatureLayer` objects as snap sources instead of `FeatureLayer`, child `SubtypeSublayer` objects are included as snap sources in the parent `SnapSourceSettings.ChildSnapSources` collection in the same order as the `SubtypeFeatureLayer.SubtypeSublayers` collection.

## Tags

edit, feature, geometry editor, graphics, layers, map, snapping
Loading