ArcGIS Runtime SDK for iOS: AGSEditOperation.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSEditOperation.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSEditOperation { AGSEditOperationAdd = 0 , AGSEditOperationUpdate = 1 , AGSEditOperationDelete = 2 , AGSEditOperationUnknown = -1 }
 

Enumeration Type Documentation

◆ AGSEditOperation

The various types of edits.

Since
100.0
Enumerator
AGSEditOperationAdd 

An add operation.

AGSEditOperationUpdate 

An update operation.

AGSEditOperationDelete 

A delete operation.

AGSEditOperationUnknown 

An unknown operation. Normally the result when an error occurs.