allowPartSelection

True to allow a part of a com.arcgismaps.geometry.Multipart geometry (com.arcgismaps.geometry.Polyline or com.arcgismaps.geometry.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.

Since

200.1.0

See also