Show / Hide Table of Contents

Class GeometryEditorPart

An ReadOnlyPart element in a GeometryEditor editing a Multipart geometry.

Inheritance
System.Object
GeometryEditorElement
GeometryEditorPart
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 GeometryEditorPart : GeometryEditorElement
Remarks

Polygons and polylines are Multipart geometries that can consist of one or more ReadOnlyPart objects. A GeometryEditorPart represents a part of the geometry in a GeometryEditor - it displays the existing location and shape of the part, and allows you to select and move the part in interactive workflows. For more information about selecting and working with selections, see GeometryEditor.

When a part is selected (displayed with a selection halo), a GeometryEditorPart is returned from SelectedElement. If the Geometry is a polygon or polyline with only one ReadOnlyPart , then a GeometryEditorGeometry is returned instead.

Select a part programmatically using SelectPart(Int64). To prevent parts from being selected interactively while still allowing programmatic selection, set AllowPartSelection to false.

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

Properties

Name Description
Part

Gets the part in the SpatialReference of the Geometry.

PartIndex

Gets the index position of the part within the Geometry.

See Also

GeometryEditor
InteractionConfiguration
GeometryEditorGeometry
MoveSelectedElement(MapPoint)
MoveSelectedElement(Double, Double)

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.