TableEditResult

A class is used to get back the results of an edit operation that performs multiple actions in one call: add, delete, and update of multiple object groups.

 

Property

Type

Description

AddResults

EditResult[]

The result groups the add action.

DeleteResults

EditResult[]

The result groups for the delete action.

LayerOrTableID

int

The ID of the layer or table that was edited.

UpdateResults

EditResult[]

The result groups for the update action.

 

Remarks

 

The results of an action are in the same sequence as the objects in the input array for that action.