Show / Hide Table of Contents

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

true if this element can be deleted interactively, false otherwise.

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
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.