private void EditGeometry_GeometryEdit(object sender, EditGeometry.GeometryEditEventArgs e) { if (e.Action == EditGeometry.Action.VextedMoved) { editGeometry.StopEdit(); editGeometry.StartEdit(editGraphic); } else if(e.Action == EditGeometry.Action.EditCompleted) layer.Refresh(); }
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.