ArcGIS Runtime SDK for iOS
100.15
|
An object that represents a pending feature edit specifying its edit operation and most recent edit time.
Properties | |
NSDate * | editDate |
AGSFeature * | feature |
AGSEditOperation | operation |
|
readnonatomicstrong |
The date when the most recent edit occurred.
|
readnonatomicstrong |
The edited feature.
|
readnonatomicassign |
The type of the feature edit.
For a newly added feature, this will be AGSEditOperationAdd
, even if the feature has been updated since being added.