ArcGIS Runtime SDK for iOS: AGSFeatureTableEditResult Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSFeatureTableEditResult Class Reference

Description

The edit results of a specific AGSFeatureTable.

See also
- applyEditsWithCompletion: (AGSServiceGeodatabase)
Since
100.9
Inheritance diagram for AGSFeatureTableEditResult:
AGSObject

Properties

NSArray< AGSFeatureEditResult * > * editResults
 
AGSFeatureTablefeatureTable
 

Property Documentation

◆ editResults

- (NSArray<AGSFeatureEditResult *>*) editResults
readnonatomiccopy

An NSArray of edit results for the layer.

Since
100.9

◆ featureTable

- (AGSFeatureTable*) featureTable
readnonatomicstrong

The feature table that was edited.

Since
100.9