e.Results.AddResults.item[0].ObjectId
private void FeatureLayer_EndSaveEdits(object sender, ESRI.ArcGIS.Client.Tasks.EndEditEventArgs e) { if(e.Results.AddResults != null) { foreach (var result in e.Results.AddResults) { var oid = result.ObjectID; } } }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.