Property IsEnabled
IsEnabled
Gets or sets a value indicating whether interactive geometry edits made using the GeometryEditor should happen using the current SnapSettings, false
otherwise. Default is false
.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
If IsEnabled is true
and a user edits a geometry interactively, then when the pointer is
close to an existing snappable graphic or feature, the position of the interactive edit is adjusted
to coincide with ("snap to") that graphic or feature. The content of SourceSettings determines which
sources of geometries can be used to snap to.
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 |