allowVertexSelection

True to allow vertices to be selected interactively, false otherwise. Default is true. If true, you can position the reticle over a vertex and tap to select it. If ReticleInteractionConfiguration.allowMovingSelectedElement is also true then the tap will also start a move.

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.

Since

200.5.0

See also

GeometryEditor.selectedElementChanged