ArcGIS Runtime SDK for iOS
100.15
|
Information about the outcome of an attachment edit operation.
Instances of this class represent the outcome of an edit operation.
AGSFeatureEditResult
for outcomes of feature edit operations. Properties | |
BOOL | completedWithErrors |
AGSEditOperation | editOperation |
NSError * | error |
NSString * | globalID |
long long | objectID |
|
readnonatomicassign |
|
readnonatomicassign |
The type of edit performed
|
readnonatomicstrong |
The error encountered during the edit operation. Only available if completedWithErrors
is true.
|
readnonatomiccopy |
The Globl ID of the entity (feature or attachment) being edited
|
readnonatomicassign |
The Object ID of the entity (feature or attachment) being edited