SketchEditConfiguration QML Type

Defines which edit capabilities of the SketchEditor will be enabled or disabled. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.12
Inherits:

Object

Properties

Signals

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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close