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
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class GeometryEditorElement
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.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.