Show / Hide Table of Contents

Property SnappedToVertexSymbol

SnappedToVertexSymbol

Gets or sets the symbol used to indicate a vertex of a geometry during an interactive edit, when the GeometryEditor has snapped the interaction position to that vertex.

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

The symbol used to indicate a vertex of a geometry during an interactive edit, when the GeometryEditor has snapped the interaction position to that vertex.

Remarks

This symbol is shown when a vertex is the best candidate to snap the edit position to. When the vertex being edited has been snapped to a vertex, the FeedbackVertexSymbol is also adjusted to this position, which may differ slightly from the (unsnapped) pointer position. This symbol is drawn on top of the FeedbackVertexSymbol.

The default value is an orange circle marker symbol.

See Also
SnapSettings
SnappedToLineSymbol
MultipleSnapCandidatesSymbol

Applies to

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