if (g.Geometry is Polygon) { var polygon = g.Geometry as Polygon; if (polygon.Rings > 0) { var pc = polygon.Rings[0]; pc.Add(new MapPoint(x, y));//to add pc.Remove(mp);//to remove } }
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.