Show / Hide Table of Contents

Property AllowPartSelection

AllowPartSelection

Gets or sets a value indicating whether to allow a part of a Multipart geometry (Polyline or Polygon) to be selected interactively. Default is true.

Declaration
public bool AllowPartSelection { get; set; }
Property Value
Type Description
System.Boolean

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

Remarks

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

SetAllowSelection(Boolean) sets this property.

See Also
AllowPartCreation
GeometryEditorPart

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.