private void MyEditorWidget_EditCompleted(object sender, Editor.EditEventArgs e) { foreach (Editor.Change change in e.Edits) { if (change.Graphic.Attributes.ContainsKey("YOUR_COLUMN_NAME")) { change.Graphic.Attributes["YOUR_COLUMN_NAME"] = YOUR_NEW_VALUE; } } }
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.