allowPartSelection property

bool get allowPartSelection

True to allow a part of a Multipart geometry (Polyline or Polygon) to be selected interactively, false otherwise. Default is true.

If true, you can tap on the edge of a polygon or polyline GeometryEditorGeometry in order to the select the part.

Whether true or false, a part can be selected by GeometryEditor.selectPart. Parts are also selected after creation using a FreehandTool.

InteractionConfiguration.setAllowSelection sets this property.

set allowPartSelection (bool value)