I am working on an add-in function that splits line features. I ran some experiments and found that split will modify the original feature and add a new one. Now, I have to implement business logic that modifies the value of the new one in the same split operation. How do I retrieve the object id of the new feature and proceed with the chained operation?