Show / Hide Table of Contents

Property SelectedMidVertexSymbol

SelectedMidVertexSymbol

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

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

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

Remarks

When a mid-vertex is selected, it is displayed with this symbol instead of MidVertexSymbol.

As soon as a mid-vertex is moved interactively, it is replaced by a vertex that is part of the Geometry, and is displayed with the SelectedVertexSymbol.

See Also
MidVertexSymbol
SelectedVertexSymbol
GeometryEditorMidVertex
AllowMidVertexSelection
AllowMidVertexSelection

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.