Show / Hide Table of Contents

Property MultipleSnapCandidatesSymbol

MultipleSnapCandidatesSymbol

Gets or sets the symbol used to indicate that multiple candidates for snapping exist at the interactive edit position, when the GeometryEditor has snapped the interaction position to the best candidate.

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

The symbol used to indicate that multiple candidates for snapping exist at the interactive edit position, when the GeometryEditor has snapped the interaction position to the best candidate.

Remarks

This symbol may indicate, for example, an intersection of any two different geometries, two very close geometries, the presence of multiple vertices, or a self-intersection of a geometry. The SnappedToLineSymbol and/or SnappedToVertexSymbol will also be displayed when this symbols is displayed.

The default value is a marker symbol showing an orange ring.

See Also
SnapSettings
SnappedToVertexSymbol
SnappedToLineSymbol

Applies to

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