allowVertexSelection

True to allow vertices to be selected interactively, false otherwise. Default is true. If true, you can tap on a vertex to select it.

To prevent vertices from being selected interactively by tapping on the vertex, while still allowing programmatic selection, set InteractionConfiguration.allowVertexSelection to false.

Whether true or false, a vertex may still become selected in other ways, for example by a call to GeometryEditor.selectVertex(Int, Int), or when a new vertex is created.

InteractionConfiguration.setAllowSelection(Boolean) sets this property.

Since

200.1.0

See also

GeometryEditor.selectedElementChanged