<?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: Add selected area to another layer in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143560#M51391</link>
    <description>&lt;P&gt;selections are honored, use&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/make-feature-layer.htm" target="_blank"&gt;Make Feature Layer (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;see the code examples in the python tab&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 12:50:10 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2022-02-14T12:50:10Z</dc:date>
    <item>
      <title>Add selected area to another layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1142977#M51312</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;does anyone know what function you can use to add selected faces to another existing layer? Areas were selected via Select Layer By Location.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 08:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1142977#M51312</guid>
      <dc:creator>DavidMrázek</dc:creator>
      <dc:date>2022-02-11T08:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add selected area to another layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143007#M51316</link>
      <description>&lt;P&gt;Save the selection to a featureclass, then append or merge it to the destination featureclass, in order to provide the necessary field types checks&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm" target="_blank"&gt;Append (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/merge.htm" target="_blank"&gt;Merge (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;append to an existing file or use merge to create a new one.&lt;/P&gt;&lt;P&gt;Try not to do a shortcut on the process in order to maintain the attribute integrity&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 11:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143007#M51316</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-11T11:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add selected area to another layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143027#M51317</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;How do I create a FeatureClass from a selected Feature?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 13:27:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143027#M51317</guid>
      <dc:creator>DavidMrázek</dc:creator>
      <dc:date>2022-02-11T13:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add selected area to another layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143058#M51321</link>
      <description>&lt;P&gt;If you right click the layer that you've selected features from, you can go to Selection &amp;gt; Make Layer from Selected Features.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 15:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143058#M51321</guid>
      <dc:creator>ASw93</dc:creator>
      <dc:date>2022-02-11T15:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add selected area to another layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143516#M51384</link>
      <description>&lt;P&gt;And somehow programmatically?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 05:55:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143516#M51384</guid>
      <dc:creator>DavidMrázek</dc:creator>
      <dc:date>2022-02-14T05:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add selected area to another layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143560#M51391</link>
      <description>&lt;P&gt;selections are honored, use&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/make-feature-layer.htm" target="_blank"&gt;Make Feature Layer (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;see the code examples in the python tab&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 12:50:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/add-selected-area-to-another-layer/m-p/1143560#M51391</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-14T12:50:10Z</dc:date>
    </item>
  </channel>
</rss>

