Show / Hide Table of Contents

Property AllowGeometrySelection

AllowGeometrySelection

Gets or sets a value indicating whether the entire geometry can be interactively selected. Default is true.

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

true if the entire geometry can be interactively selected, false otherwise. Default is true.

Remarks

If true, you can tap multiple times on elements of the geometry to make the entire geometry selected.

Whether true or false, the entire geometry can be selected by SelectGeometry().

SetAllowSelection(Boolean) sets this property.

See Also
SelectedElement
PropertyChanged
GeometryEditorGeometry

Applies to

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