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 graphic or feature geometries, two very close graphic or feature geometries, the presence of multiple vertices, or a self-intersection of a graphic or feature 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
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.5 |
.NET | 200.4 - 200.5 |
.NET Windows | 200.4 - 200.5 |
.NET Android | 200.4 - 200.5 |
.NET iOS | 200.4 - 200.5 |
.NET Framework | 200.4 - 200.5 |
UWP | 200.4 - 200.5 |