<?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: Any way to Create Layer from Selected Features? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181471#M8026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the content on ArcGIS.com that the link refers to&amp;nbsp;is helpful, but I generally find link-only answers unhelpful or not beneficial to the community.&amp;nbsp; Providing a summary of the ArcGIS.com content would be helpful so users can decide whether they want to follow the link.&amp;nbsp; Also, if the content is moved/removed, having a summary would provide something for people to search for similar content with instead of just having a dead link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2016 21:29:57 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2016-10-31T21:29:57Z</dc:date>
    <item>
      <title>Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181467#M8022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I loved that ol' ArcMap right-click a layer with a selection and "Create Layer from Selected Features" and I used it all the time.&amp;nbsp; There does not seem to be a true equivalent in Pro.&amp;nbsp; Your options seem to be: 1) Export the data, which creates another feature class. Usually I just want a temporary layer, not another piece of garbage cluttering up my geodatabase.&amp;nbsp; 2) Use Make Layer Feature, but this only works for attribute queries.&amp;nbsp; You can't take a selection generated with interactive selection or Select by Location and save it as a new layer. (I tried running MFL on a layer with a selection, without specifying a query, and it ignored the selection and output the whole layer again, e.g. it did NOT honor the selected set).&amp;nbsp; 3) Use a definition query (also only works for attribute queries).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody found an alternative to export? The ArcMap option was SO elegant!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2016 03:01:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181467#M8022</guid>
      <dc:creator>MaribethPrice</dc:creator>
      <dc:date>2016-10-30T03:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181468#M8023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could maybe rig up a script that adds a "selected" attribute to the table, writes a "1" into the selected feature's rows, then does a MFL with "selected" = "1", then deletes the attribute from the original table or sets it to 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 12:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181468#M8023</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2016-10-31T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181469#M8024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would work.&amp;nbsp; Maybe I'll give it a try!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 18:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181469#M8024</guid>
      <dc:creator>MaribethPrice</dc:creator>
      <dc:date>2016-10-31T18:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181470#M8025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try this sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.arcgis.com/home/item.html?id=904786f5db4e4a75afbb2790c7f90d35" title="http://www.arcgis.com/home/item.html?id=904786f5db4e4a75afbb2790c7f90d35"&gt;http://www.arcgis.com/home/item.html?id=904786f5db4e4a75afbb2790c7f90d35&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 19:46:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181470#M8025</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2016-10-31T19:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181471#M8026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the content on ArcGIS.com that the link refers to&amp;nbsp;is helpful, but I generally find link-only answers unhelpful or not beneficial to the community.&amp;nbsp; Providing a summary of the ArcGIS.com content would be helpful so users can decide whether they want to follow the link.&amp;nbsp; Also, if the content is moved/removed, having a summary would provide something for people to search for similar content with instead of just having a dead link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 21:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181471#M8026</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-10-31T21:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181472#M8027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/modelbuilder/the-in-memory-workspace.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/modelbuilder/the-in-memory-workspace.htm"&gt;The in_memory workspace—ArcGIS Pro | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;is one option... you just can't use it for the Project tool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 21:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181472#M8027</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-10-31T21:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181473#M8028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although I know Dr Price is aware of this, I think it's worth mentioning for the good of the thread: there is a shortcoming to the arguably awesome and elegant&amp;nbsp;ArcMap's Make Layer From Selected Features command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layer created from ArcMap's create layer from selected features command creates a layer containing a hidden, uneditable list of objectIDs to be selected. (Anybody remember ArcPlot WRITESELECT?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anything changes the objectIDs in the source data (most edits will do this), the selection will be incorrect. This very elegant and handy workflow should be used with caution, and probably right away before the data gets modified -- if you open the mxd tomorrow after someone edited the file you may have an invalid selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 04:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181473#M8028</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-11-07T04:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181474#M8029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have this problem. Doing the export is much more time consuming and much less convenient. Please bring back the 'create layer from selection' option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 19:09:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181474#M8029</guid>
      <dc:creator>JulietteWood</dc:creator>
      <dc:date>2017-08-29T19:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181475#M8030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/10615" target="_blank"&gt;https://community.esri.com/ideas/10615&lt;/A&gt;&amp;nbsp;is In Product Plan. &amp;nbsp;With the caveat that things can change due to unforeseen circumstances meaning there is no guarantee, etc. etc. we will likely see this functionality in ArcGIS Pro 2.1 to be released later this year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:23:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181475#M8030</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2021-06-22T08:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181476#M8031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for sending this. I voted it up and they say it is in the works, I think. There isn’t anything helpful in the comments. Thanks. What I’m doing for now is changing the symbology for selections to dark black so that it shows up on maps that I print or export for people. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juliette&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juliette Wood&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim Wells County Appraisal District&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping/Researcher&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;361-668-9656  ext. 14&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 16:48:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181476#M8031</guid>
      <dc:creator>JulietteWood</dc:creator>
      <dc:date>2017-08-30T16:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181477#M8032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can’t find a way to delete a label class or keep it from displaying as a label with the other label class. Is there a solution for this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juliette Wood&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim Wells County Appraisal District&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping/Researcher&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;361-668-9656  ext. 14&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 16:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181477#M8032</guid>
      <dc:creator>JulietteWood</dc:creator>
      <dc:date>2017-08-30T16:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181478#M8033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To keep a label class from displaying as a label with another label class, if I understand correctly, you would select the Label Class that you don't want to display, and then uncheck the option 'Label Features In This Class.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this example, I have Class 1 and Class 2. &amp;nbsp;If I don't want to display labels for Class 2, select that and uncheck 'Label Features In This Class.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/369193_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 16:58:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181478#M8033</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2017-08-30T16:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181479#M8034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply! I’ll try this. Have a great day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juliette Wood&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim Wells County Appraisal District&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping/Researcher&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;361-668-9656  ext. 14&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 18:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181479#M8034</guid>
      <dc:creator>JulietteWood</dc:creator>
      <dc:date>2017-08-30T18:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to Create Layer from Selected Features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181480#M8035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was implemented in 2.1 (&lt;A href="https://community.esri.com/ideas/10615" target="_blank"&gt;https://community.esri.com/ideas/10615&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/any-way-to-create-layer-from-selected-features/m-p/181480#M8035</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2021-06-22T08:23:37Z</dc:date>
    </item>
  </channel>
</rss>

