canMove

True if this element can be moved interactively, false otherwise. The value of InteractionConfiguration.allowMovingSelectedElement of the current GeometryEditor.tool determines this value. The element can be moved programmatically regardless of this value, for example using GeometryEditor.moveSelectedElement(Point).

A GeometryEditorMidVertex is not part of the GeometryEditor.geometry state, and therefore can never be moved regardless of the InteractionConfiguration settings.

Since

200.1.0