private void Editor_EditCompleted(object sender,Editor.EditEventArgs e) { if (e.Action == Editor.EditAction.EditVertices) { foreach(var edit in e.Edits) //TODO: use this edit.Graphic } }
private void FeatureLayer_MouseLeftButtonDown(object sender, GraphicMouseButtonEventArgs e) { //TODO use e.Graphic }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.