SketchEditConfiguration QML Type
Defines which edit capabilities of the SketchEditor will be enabled or disabled. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.12 |
Inherits: |
- List of all members, including inherited members
- SketchEditConfiguration is part of QML Type List.
Properties
- allowMove : bool
- allowPartSelection : bool
- allowVertexEditing : bool
- requireSelectionBeforeDrag : bool
- showMidVertices : bool
- vertexEditMode : Enums.SketchVertexEditMode
Signals
- allowMoveChanged()
- allowPartSelectionChanged()
- allowVertexEditingChanged()
- requireSelectionBeforeDragChanged()
- showMidVerticesChanged()
- vertexEditModeChanged()
Detailed Description
Property Documentation
allowMove : bool |
Whether moving geometry is allowed.
allowPartSelection : bool |
Whether selecting a part is allowed.
allowVertexEditing : bool |
Whether vertices are displayed and made available to edit.
requireSelectionBeforeDrag : bool |
Whether selection of edit tool (i.e. vertex, scale, rotate, graphic) is required before it is dragged.
showMidVertices : bool |
Whether the points between vertices are shown and made available to edit.
vertexEditMode : Enums.SketchVertexEditMode |
Whether vertex location may also be updated by user interaction or just its selection state.
Signal Documentation
allowMoveChanged() |
Emitted when the allowMove property changes.
Note: The corresponding handler is onAllowMoveChanged
.
allowPartSelectionChanged() |
Emitted when the allowPartSelection property changes.
Note: The corresponding handler is onAllowPartSelectionChanged
.
allowVertexEditingChanged() |
Emitted when the allowVertexEditing property changes.
Note: The corresponding handler is onAllowVertexEditingChanged
.
requireSelectionBeforeDragChanged() |
Emitted when the requireSelectionBeforeDrag property changes.
Note: The corresponding handler is onRequireSelectionBeforeDragChanged
.
showMidVerticesChanged() |
Emitted when the showMidVertices property changes.
Note: The corresponding handler is onShowMidVerticesChanged
.
vertexEditModeChanged() |
Emitted when the vertexEditMode property changes.
Note: The corresponding handler is onVertexEditModeChanged
.