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; } } }
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.