FeatureTableEditResult QML Type
FeatureTable.">
FeatureTableEditResult QML Type | ArcGISQtQml
Esri.ArcGISRuntime
FeatureTableEditResult
The edit results of a specific FeatureTable. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.9 |
Inherits: |
- List of all members, including inherited members
- FeatureTableEditResult is part of QML Type List.
Properties
- editResults : list<FeatureEditResult>
- featureTable : FeatureTable
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
See also ServiceGeodatabase::applyEdits().
Property Documentation
[read-only] editResults : list<FeatureEditResult> |
The collection of edit results for the layer (read-only).
[read-only] featureTable : FeatureTable |
The feature table that was edited (read-only).