Show / Hide Table of Contents

Property MidVertexSymbol

MidVertexSymbol

Gets or sets the symbol used to draw the mid-vertices of the current geometry when editing polygon or polyline geometries.

Declaration
public Symbol MidVertexSymbol { get; set; }
Property Value
Type Description
Symbol

The symbol used to draw the mid-vertices of the current geometry when editing polygon or polyline geometries.

Remarks

Mid-vertices do not exist in the Geometry, but instead exist only in the display, located between vertices in polygon and polyline geometries as a visual cue for interactive editing. When moved interactively, a new vertex is inserted at that LocationDisplay.

If null, no mid-vertex is displayed. In this case, you can still insert vertices between existing vertices by selecting an existing GeometryEditorVertex and tapping on the map.

See Also
GeometryEditorMidVertex
VertexSymbol
SelectedMidVertexSymbol
AllowMidVertexSelection

Applies to

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