Class GeometryEditorVertex
A vertex element in a GeometryEditor.
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
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |