TableEditResult
TableEditResult is used to get back the results of an edit operation that performs multiple actions in one call: add, delete, and update of multiple ObjectGroups. The results of an action are in the same sequence as the objects in the input array for that action.
Property |
Type |
Description |
---|---|---|
AddResults |
The result groups the add action. | |
DeleteResults |
The result groups for the delete action. | |
LayerOrTableID |
int |
The ID of the layer or table that was edited. |
UpdateResults |
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.
2/28/2020