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());
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.