private void GraphicsLayer_MouseLeftButtonDown(object sender, GraphicMouseButtonEventArgs e) { e.Handled = true; if (e.Graphic.Geometry is MapPoint) { e.Graphic.Selected = true; selectedPointGraphic = e.Graphic; } else { editGeometry.StartEdit(e.Graphic); } }
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.