AGSFeatureLayerEditResults Class Reference


Description

Instances of this class represent the combined results of many feature edit operations (adds, updates, and/or deletes).

Defined in:
AGSFeatureLayer+Editing.h ( ArcGIS library)
Since:
1.0

List of all members.

Properties

NSArray * addResults
NSArray * deleteResults
BOOL deleteWithQuerySuccess
NSArray * updateResults

Property Documentation

- (NSArray*) addResults [read, retain]

The results of add operations as an array of AGSEditResult objects.

Since:
1.0
- (NSArray*) deleteResults [read, retain]

The results of delete operations as an array of AGSEditResult objects.

Since:
1.0
- (BOOL) deleteWithQuerySuccess [read, assign]

Flag to indicate whether the deleteFeaturesWithWhereClause:geometry:spatialRelation: operation was successful.

Since:
1.0
- (NSArray*) updateResults [read, retain]

The results of update operations as an array of AGSEditResult objects.

Since:
1.0