Class GeometryEditorPart
An
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
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.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 |