<?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 all selected features from a specific feature class in vb.net in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740018#M19653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this sample very useful:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//00490000005p000000" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//00490000005p000000&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 13:43:37 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2014-10-30T13:43:37Z</dc:date>
    <item>
      <title>How to get all selected features from a specific feature class in vb.net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740013#M19648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get all selected features from a specific feature class in VB.net&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 18:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740013#M19648</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2014-10-29T18:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all selected features from a specific feature class in vb.net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740014#M19649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a cursor on the selection set: ISelectionSet.Cursor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have Fun&lt;/P&gt;&lt;P&gt;Mody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 06:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740014#M19649</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2014-10-30T06:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all selected features from a specific feature class in vb.net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740015#M19650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any link&amp;nbsp; that shwosa full example in C# or VB.Net&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:12:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740015#M19650</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2014-10-30T11:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all selected features from a specific feature class in vb.net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740016#M19651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/62596/get-valules-for-all-fields-from-selected-features"&gt;http://gis.stackexchange.com/questions/62596/get-valules-for-all-fields-from-selected-features&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740016#M19651</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2014-10-30T11:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all selected features from a specific feature class in vb.net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740017#M19652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use IFeatureSelection to get SelectionSet(ISelectionSet), then you can heck "Target" property to list the Table or FeatureClass over which the selection set is defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740017#M19652</guid>
      <dc:creator>SuleymanARSLAN</dc:creator>
      <dc:date>2014-10-30T11:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all selected features from a specific feature class in vb.net</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740018#M19653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this sample very useful:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//00490000005p000000" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//00490000005p000000&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 13:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-get-all-selected-features-from-a-specific/m-p/740018#M19653</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2014-10-30T13:43:37Z</dc:date>
    </item>
  </channel>
</rss>

