FeatureSet fs = new FeatureSet(); fs.ObjectIdFieldName = "ID"; Console.WriteLine(fs.ToJson());
FeatureSet fs = new FeatureSet(); fs.ObjectIdFieldName = "ID"; //fs.GlobalIdFieldName = "ID"; //fs.SpatialReference = new SpatialReference(4326); fs.Features.Add(new ESRI.ArcGIS.Client.Graphic() { Attributes = { { "ID", "1" } } }); Console.WriteLine(fs.ToJson());
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.