Property AllowDeletingSelectedElement
AllowDeletingSelectedElement
Gets or sets a value indicating whether the selected GeometryEditorElement can be interactively deleted. Default is true
.
Declaration
public bool AllowDeletingSelectedElement { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Whether true
or false
, an element can be deleted by DeleteSelectedElement().
If false
, then the CanDelete property of the SelectedElement
is also false
. If you have implemented a customization to allow users to interactively delete the
selected element, then you can use this property to check if that customization should be enabled.
SetAllowDeletion(Boolean) sets this property.
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 |