//This code is in Map's extent changed event. Envelope env = e.NewExtent; ESRI.ArcGIS.Client.Geometry.Geometry poly = env.Extent as ESRI.ArcGIS.Client.Geometry.Geometry;
Graphic g = new Graphic; g.Geometry = envelope as Geometry; featrueLayer.Graphics.Add(g);
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.