Show / Hide Table of Contents

Property SnappedToLineSymbol

SnappedToLineSymbol

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

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

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

Remarks

This symbol is shown when an edge (segment) is the best candidate to snap the edit position to. It may be shown in addition to SnappedToVertexSymbol, because the end of a segment effectively shares the same position as the vertices that define the start and end of that segment.

The default value is a solid orange line.

See Also
SnapSettings
SnappedToVertexSymbol
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.