Show / Hide Table of Contents

Class GeometryEditorGeometry

The element in a GeometryEditor representing the entire Geometry.

Inheritance
System.Object
GeometryEditorElement
GeometryEditorGeometry
GeometryEditorElement.CanDelete
GeometryEditorElement.CanMove
GeometryEditorElement.Extent
GeometryEditorElement.CanRotate
GeometryEditorElement.CanScale
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 sealed class GeometryEditorGeometry : GeometryEditorElement
Remarks

A GeometryEditorGeometry represents the entire geometry in a GeometryEditor - it displays the existing location and shape of the geometry, and allows you to select and move the entire geometry in interactive workflows. For more information about selecting and working with selections, see GeometryEditor.

When an entire geometry is selected (displayed with a selection halo), a GeometryEditorGeometry is returned from SelectedElement, except if the Geometry is a MapPoint, in which case a GeometryEditorVertex is returned instead.

Select the entire geometry programmatically using SelectGeometry(). To prevent whole geometries from being selected interactively while still allowing programmatic selection, set AllowGeometrySelection to false.

Use LineSymbol and FillSymbol to change the appearance of polygons and polylines displayed by a GeometryEditor. You may also wish to control the appearance of a geometry during interactive edits by using FeedbackLineSymbol and FeedbackVertexSymbol.

Properties

Name Description
Geometry

Gets the entire geometry in the SpatialReference of the associated MapView, if one is set.

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.