Class IdentifyGeometryEditorResult
The identify geometry editor result contains the identified visual elements of a GeometryEditor.
Inheritance
System.Object
IdentifyGeometryEditorResult
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.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 |
| .NET Windows | 200.8 |
| .NET Android | 200.8 |
| .NET iOS | 200.8 |
| .NET Framework | 200.8 |
| UWP | 200.8 |