Show / Hide Table of Contents

Class GeometryEditorVertex

A vertex element in a GeometryEditor.

Inheritance
System.Object
GeometryEditorElement
GeometryEditorVertex
GeometryEditorElement.CanDelete
GeometryEditorElement.CanMove
GeometryEditorElement.Extent
GeometryEditorElement.CanRotate
GeometryEditorElement.CanScale
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeometryEditorVertex : GeometryEditorElement
Remarks

Vertices represent points in a Geometry. They display the existing location of the point, and are used in interactive workflows to allow you to select and move those points. For more information about selecting and working with selections, see GeometryEditor.

When a vertex is selected (displayed with a selection halo), a GeometryEditorVertex is returned from SelectedElement.

Select a vertex programmatically using SelectVertex(Int64, Int64), or move it programmatically using MoveSelectedElement(Double, Double) or MoveSelectedElement(MapPoint).

Use VertexSymbol and SelectedVertexSymbol to change the appearance of the vertex when unselected and selected, or set to null to prevent them from being displayed entirely.

To prevent vertices from being selected interactively while still allowing programmatic selection, set AllowVertexSelection to false.

Properties

Name Description
PartIndex

Gets the index position of the part which contains the vertex.

Point

Gets the position of the vertex in the SpatialReference of the associated MapView.

VertexIndex

Gets the index position of the vertex within a part.

See Also

GeometryEditor
InteractionConfiguration
GeometryEditorMidVertex

Applies to

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.