Class GeometryEditorPart
An ReadOnlyPart element in a GeometryEditor editing a Multipart geometry.
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
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.7 |
.NET | 200.3 - 200.7 |
.NET Windows | 200.3 - 200.7 |
.NET Android | 200.3 - 200.7 |
.NET iOS | 200.3 - 200.7 |
.NET Framework | 200.3 - 200.7 |
UWP | 200.3 - 200.7 |