FeatureEditResult Class

  • FeatureEditResult
  • class Esri::ArcGISRuntime::FeatureEditResult

    Represents the result of an edit operation, such as add, delete, or update. More...

    Header: #include <FeatureEditResult.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::EditResult

    Public Functions

    virtual ~FeatureEditResult() override
    QList<Esri::ArcGISRuntime::EditResult *> attachmentResults() const

    Detailed Description

    These results may return when errors occur while applying edits to a ServiceFeatureTable.

    Member Function Documentation

    [override virtual] FeatureEditResult::~FeatureEditResult()

    Destructor

    QList<Esri::ArcGISRuntime::EditResult *> FeatureEditResult::attachmentResults() const

    Returns the results of the attachment edits of this feature.

    This returns a list containing the result of all the attachment edits of this feature. If no attachments were edited, this returns an empty list

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.