• IdentifyGeometryEditorResult
  • class Esri::ArcGISRuntime::IdentifyGeometryEditorResult

    The identify geometry editor result contains the identified visual elements of a GeometryEditor. More...

    Header: #include <IdentifyGeometryEditorResult.h>
    Since: Esri::ArcGISRuntime 200.8
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    QList<Esri::ArcGISRuntime::GeometryEditorElement *> elements() const

    Detailed Description

    MapView::identifyGeometryEditorAsync(const QPointF&, double, QObject*) returns the resulting geometry editor elements in a elements collection.

    Member Function Documentation

    QList<Esri::ArcGISRuntime::GeometryEditorElement *> IdentifyGeometryEditorResult::elements() const

    Returns the collection of identified geometry editor elements.

    If there are no geometry editor elements in the geometry editor, an empty collection is returned.