Class GeometryEditorGeometry
The element in a GeometryEditor representing the entire Geometry.
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
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
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 |