Class GeometryEditorMidVertex
A mid-vertex element in a Geometry
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeometryEditorMidVertex : GeometryEditorElement
Remarks
Mid-vertices do not exist in the Geometry, but instead exist only in the display. They are
displayed between vertices in polygon and polyline geometries and are used in interactive workflows as a visual
cue to indicate new vertices can be inserted between existing vertices. They may be most helpful for users with
less editing experience. Tap on a mid-vertex to select it, and drag to change the mid-vertex into a vertex
(Geometry
When a mid-vertex is selected (displayed with a selection halo), a Geometry
Use Midnull
to prevent mid-vertices from being
displayed entirely. If mid-vertices are not displayed, you can still insert vertices between existing vertices
by selecting an existing Geometry
To prevent mid-vertices from being selected interactively while still allowing programmatic selection, set
Allowfalse
. If
Allowfalse
then new vertices cannot be inserted into the
geometry, including by the use of mid-vertices.
Properties
Name | Description |
---|---|
Part |
Gets the index position of the part within the part collection of a multipart geometry that contains this Geometry |
Point | Gets the location of the point represented by this Geometry |
Segment |
Gets the index position of the segment on which the selected mid-vertex lies. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |