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

Description

Information about the outcome of an attachment edit operation.

Instances of this class represent the outcome of an edit operation.

See also
AGSFeatureEditResult for outcomes of feature edit operations.
Since
100
Inheritance diagram for AGSEditResult:
AGSObject AGSFeatureEditResult

Properties

BOOL completedWithErrors
 
AGSEditOperation editOperation
 
NSError * error
 
NSString * globalID
 
long long objectID
 

Property Documentation

◆ completedWithErrors

- (BOOL) completedWithErrors
readnonatomicassign

Indicates if the edit operation encountered an error

See also
error
Since
100

◆ editOperation

- (AGSEditOperation) editOperation
readnonatomicassign

The type of edit performed

Since
100

◆ error

- (NSError*) error
readnonatomicstrong

The error encountered during the edit operation. Only available if completedWithErrors is true.

Since
100

◆ globalID

- (NSString*) globalID
readnonatomiccopy

The Globl ID of the entity (feature or attachment) being edited

Since
100

◆ objectID

- (long long) objectID
readnonatomicassign

The Object ID of the entity (feature or attachment) being edited

Since
100