<?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: Model Builder in Pro: Contents Naming in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-in-pro-contents-naming/m-p/1111666#M404</link>
    <description>&lt;P&gt;The copy features is working correctly as the &lt;STRONG&gt;Feature Class&lt;/STRONG&gt; name is&amp;nbsp; HC_Parcel_7_11_2020 but you obviously have the copy features tool set to add to display so it needs to give it a&amp;nbsp;&lt;STRONG&gt;Layer&lt;/STRONG&gt; name which is always taken from the name of the bubble, in your case&amp;nbsp; %HC_Parcel_D%. Remember a layer points to the source data known as a feature class, so the layer name could be anything.&lt;/P&gt;&lt;P&gt;So how do you create a layer object from a featureclass? That's the Make FeatureLayer tool. It's &lt;EM&gt;Output Layer&lt;/EM&gt; parameter is the name of the layer you want.&lt;/P&gt;&lt;P&gt;So disable add to display for your copy features tool, connect that output to a Make FeatureLayer tool and set its output to be what every name you desire and have that add to display. You can now control the name of the layer as its added to the map.&lt;/P&gt;&lt;P&gt;Unfortunately ESRI have introduced into ArcPro 2.8 unwanted naming functionality that really messes up model logic so I recommend you vote for it to be removed, see this &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/disable-the-quot-modelbuilder-quot-map-group-when/idi-p/1098986" target="_self"&gt;idea&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 15:16:17 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2021-10-27T15:16:17Z</dc:date>
    <item>
      <title>Model Builder in Pro: Contents Naming</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-in-pro-contents-naming/m-p/737462#M403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so long story short. I am trying to build a model that will simply copy a feature, and rename the copied feature with the date appended to it. Got it! I can do that, it looks like I had been doing that for a while, but did not realize it until I checked in Arc Catalog.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am hoping is someone can help tell me how to have the Contents show the correct name of the layer instead of name of the variable. I am fairly confident (but not certain), that if I schedule this once a day or week, I will have to go back and re-add the previous weeks layer, as it seems that in contents it will be overwritten everytime it is run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to accomplish this? Or any suggestions that someone might could share. Maybe a checkbox I may have missed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup of Model:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="500036" class="jive-image image-4" src="https://community.esri.com/legacyfs/online/500036_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the&amp;nbsp;Contents looks using "Add to Display" in the process:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="500033" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/500033_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How the &lt;SPAN&gt;Contents&lt;/SPAN&gt; looks using "Add to Display" in the process showing the same names as ArcCatalog:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="500034" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/500034_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Contents r&lt;/SPAN&gt;esult if Re-Added from *.GDB&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="500035" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/500035_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2020 19:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-in-pro-contents-naming/m-p/737462#M403</guid>
      <dc:creator>MattRich</dc:creator>
      <dc:date>2020-07-11T19:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder in Pro: Contents Naming</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-in-pro-contents-naming/m-p/1111666#M404</link>
      <description>&lt;P&gt;The copy features is working correctly as the &lt;STRONG&gt;Feature Class&lt;/STRONG&gt; name is&amp;nbsp; HC_Parcel_7_11_2020 but you obviously have the copy features tool set to add to display so it needs to give it a&amp;nbsp;&lt;STRONG&gt;Layer&lt;/STRONG&gt; name which is always taken from the name of the bubble, in your case&amp;nbsp; %HC_Parcel_D%. Remember a layer points to the source data known as a feature class, so the layer name could be anything.&lt;/P&gt;&lt;P&gt;So how do you create a layer object from a featureclass? That's the Make FeatureLayer tool. It's &lt;EM&gt;Output Layer&lt;/EM&gt; parameter is the name of the layer you want.&lt;/P&gt;&lt;P&gt;So disable add to display for your copy features tool, connect that output to a Make FeatureLayer tool and set its output to be what every name you desire and have that add to display. You can now control the name of the layer as its added to the map.&lt;/P&gt;&lt;P&gt;Unfortunately ESRI have introduced into ArcPro 2.8 unwanted naming functionality that really messes up model logic so I recommend you vote for it to be removed, see this &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/disable-the-quot-modelbuilder-quot-map-group-when/idi-p/1098986" target="_self"&gt;idea&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 15:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-in-pro-contents-naming/m-p/1111666#M404</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2021-10-27T15:16:17Z</dc:date>
    </item>
  </channel>
</rss>

