SketchEditConfiguration QML Type

SketchEditor will be enabled or disabled."> SketchEditConfiguration QML Type | ArcGISQtQml
  • Esri.ArcGISRuntime
  • SketchEditConfiguration
  • Defines which edit capabilities of the SketchEditor will be enabled or disabled. More...

    Import Statement: import Esri.ArcGISRuntime
    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.