The edit results of a specific FeatureTable. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.9 |
Inherits: |
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
editResults : list<FeatureEditResult> |
The collection of edit results for the layer (read-only).
featureTable : FeatureTable |
The feature table that was edited (read-only).