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 }
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.