Property CanDelete
CanDelete
Gets a value indicating whether this element can be deleted interactively.
Declaration
public bool CanDelete { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
The value of AllowDeletingSelectedElement of the current Tool determines this value. The element can be deleted programmatically regardless of this value, for example using DeleteSelectedElement().
A GeometryEditorMidVertex is not part of the Geometry state, and therefore can never be deleted from the geometry regardless of the InteractionConfiguration settings.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |