<?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 Unselect the selected features of a specific layer in ArcMap9.1 throgh VB. in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652761#M17529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use IFeatureSelection.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2011 12:30:44 GMT</pubDate>
    <dc:creator>NeilClemmons</dc:creator>
    <dc:date>2011-09-22T12:30:44Z</dc:date>
    <item>
      <title>How to Unselect the selected features of a specific layer in ArcMap9.1 throgh VB.Net?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652760#M17528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need your help in my following simple idea:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to unselect programmatically the selected feature of a specific layer and not clear selection for all selected features in the map? Is this possible through Vb.Net code? e.g. unselect all the Fuse features in the map...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for interesting in my question....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 07:08:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652760#M17528</guid>
      <dc:creator>dgesridgesri</dc:creator>
      <dc:date>2011-09-22T07:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Unselect the selected features of a specific layer in ArcMap9.1 throgh VB.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652761#M17529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use IFeatureSelection.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 12:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652761#M17529</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-09-22T12:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Unselect the selected features of a specific layer in ArcMap9.1 throgh VB.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652762#M17530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Mr. Neil Clemmons for your reply...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please post a sample code on how to clear selection from one layer only programmatically using the interface IfeatureSelection?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This task can be done in ArcMap and i think it can be implemented in the code.Can`t be?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 12:58:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652762#M17530</guid>
      <dc:creator>dgesridgesri</dc:creator>
      <dc:date>2011-09-22T12:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Unselect the selected features of a specific layer in ArcMap9.1 throgh VB.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652763#M17531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You get the layer you want, QI to IFeatureSelection and call the Clear method.&amp;nbsp; That's pretty much it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 13:04:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652763#M17531</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-09-22T13:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Unselect the selected features of a specific layer in ArcMap9.1 throgh VB.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652764#M17532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Mr. Neil..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just used the IFeatureSelection Interface and everything work as expected,,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2011 05:29:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-unselect-the-selected-features-of-a/m-p/652764#M17532</guid>
      <dc:creator>dgesridgesri</dc:creator>
      <dc:date>2011-09-25T05:29:33Z</dc:date>
    </item>
  </channel>
</rss>

