<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to get graphics at point in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-graphics-at-point/m-p/332864#M8548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 01:56:36 GMT</pubDate>
    <dc:creator>xariaD</dc:creator>
    <dc:date>2010-08-06T01:56:36Z</dc:date>
    <item>
      <title>how to get graphics at point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-graphics-at-point/m-p/332862#M8546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to retrieve a graphic at particular point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the mappoint and attribute value of graphic displayed in graphiclayer. How to get this graphic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can we clear a particular graphic from graphics layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 05:37:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-graphics-at-point/m-p/332862#M8546</guid>
      <dc:creator>xariaD</dc:creator>
      <dc:date>2010-08-05T05:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to get graphics at point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-graphics-at-point/m-p/332863#M8547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have attribute values of your graphic and there is a unique identifier attribute, say ObjectID, then you can use a LINQ query to get the graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Graphic graphic = MyFeatureLayer.Graphics.First(g =&amp;gt; (int)g.Attributes["ObjectID"] == 32170);&amp;nbsp; // 32170 is the ObjectID that you already know
&lt;/PRE&gt;&lt;SPAN&gt;To delete a graphic you can do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
MyFeatureLayer.Graphics.Remove(graphic);
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:46:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-graphics-at-point/m-p/332863#M8547</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2021-12-11T15:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to get graphics at point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-graphics-at-point/m-p/332864#M8548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 01:56:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-graphics-at-point/m-p/332864#M8548</guid>
      <dc:creator>xariaD</dc:creator>
      <dc:date>2010-08-06T01:56:36Z</dc:date>
    </item>
  </channel>
</rss>

