Class IdentifyGeometryEditorResult
The identify geometry editor result contains the identified visual elements of a GeometryEditor.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class IdentifyGeometryEditorResult
Remarks
The MapView.IdentifyGeometryEditorAsync(Point, double)" returns the resulting geometry editor elements
in a Elements collection.
Properties
| Name | Description |
|---|---|
| Elements | Gets the collection of identified geometry editor elements. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.8 |
| .NET | 200.8 - 300.0 |
| .NET Windows | 200.8 - 300.0 |
| .NET Android | 200.8 - 300.0 |
| .NET iOS | 200.8 - 300.0 |
| .NET Framework | 200.8 |
| UWP | 200.8 |