Show / Hide Table of Contents

Property AllowVertexSelection

AllowVertexSelection

Gets or sets a value indicating whether to allow vertices to be selected interactively. Default is true.

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

true to allow vertices to be selected interactively, false otherwise. Default is true.

Remarks

If true, you can tap on a vertex to select it.

To prevent vertices from being selected interactively by tapping on the vertex, while still allowing programmatic selection, set AllowVertexSelection to false.

Whether true or false, a vertex may still become selected in other ways, for example by a call to SelectVertex(Int64, Int64), or when a new vertex is created.

SetAllowSelection(Boolean) sets this property.

See Also
SelectedElement
PropertyChanged
GeometryEditorVertex

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.