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(Int). Parts are also selected after creation using a FreehandTool.

InteractionConfiguration.setAllowSelection(Boolean) sets this property.

Since

200.1.0

See also