Show / Hide Table of Contents

Class GeometryEditorElement

The base class for all selectable elements in a GeometryEditor.

Inheritance
System.Object
GeometryEditorElement
GeometryEditorGeometry
GeometryEditorMidVertex
GeometryEditorPart
GeometryEditorVertex
Implements
IGeometryEditorHoverable
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class GeometryEditorElement : IGeometryEditorHoverable
Remarks

SelectedElement returns an object that inherits from this base class, representing the specific type of element that is selected.

Properties

Name Description
CanDelete

Gets a value indicating whether this element can be deleted interactively.

CanMove

Gets a value indicating whether this element can be moved interactively.

CanRotate

Gets a value indicating whether this element can be rotated interactively.

CanScale

Gets a value indicating whether this element can be scaled interactively.

Extent

Gets the extent of the selected element in the SpatialReference of the Geometry.

Applies to

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.