void ft_Initalized(object sender, EventArgs e) { FeatureLayer ft = sender as FeatureLayer; ////ft.Initalize(); Not needed Graphic newGraphic = new Graphic(); // need to add geometry here ft.Graphics.Add(newGraphic); ///ft.LayerInfo should be non null here }
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.