<?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: Geoprocessing Question about name output ? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-question-about-name-output/m-p/1418266#M82677</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;By the look of the diagram you have a toolbox called (NewToolbox).&lt;/P&gt;&lt;P&gt;Is this a Python script tool or a Python Toolbox tool?&lt;/P&gt;&lt;P&gt;If so you can use:&lt;/P&gt;&lt;P&gt;arcpy.AddMessage() and add the name of the layer you wish to be displayed. I think because this layer name is created dynamically as a variable to the analysis.Clip() tool you can specify the variable which holds the name of the dynamically created layer.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;inFeatures = aPointLayer
ClipFeatures = aPolygnLayer
outFeatureClass  = "&amp;lt;Your output Location&amp;gt;\MyClipLayer"

arcpy.analysis.Clip(InFeatures, ClipFeatures, outFeatureClass)
arcpy.AddMessage(f"Output Feature Class is: {outFeatureClass})&lt;/LI-CODE&gt;&lt;P&gt;will add "&lt;STRONG&gt;Output Feature Class is: &amp;lt;Your output Location&amp;gt;\MyClipLayer&lt;/STRONG&gt;" to the output dialog box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;many thanks ed&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2024 18:17:40 GMT</pubDate>
    <dc:creator>EdMorris</dc:creator>
    <dc:date>2024-05-02T18:17:40Z</dc:date>
    <item>
      <title>Geoprocessing Question about name output ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-question-about-name-output/m-p/1418246#M82676</link>
      <description>&lt;P&gt;Is there a way around for me to&amp;nbsp; know which layer that written output that does not written to the new clipped layer ?&lt;/P&gt;&lt;P&gt;I am working on many layers to clip and see which one that output to create a new many clipped layers. So that way I will know which one from the Content to remove it...&lt;/P&gt;&lt;P&gt;Why was not telling which layer that was not written to a new layers ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PROBERT68_0-1714670164995.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/102866iC08ABCB9322523EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PROBERT68_0-1714670164995.png" alt="PROBERT68_0-1714670164995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 17:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-question-about-name-output/m-p/1418246#M82676</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2024-05-02T17:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Question about name output ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-question-about-name-output/m-p/1418266#M82677</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;By the look of the diagram you have a toolbox called (NewToolbox).&lt;/P&gt;&lt;P&gt;Is this a Python script tool or a Python Toolbox tool?&lt;/P&gt;&lt;P&gt;If so you can use:&lt;/P&gt;&lt;P&gt;arcpy.AddMessage() and add the name of the layer you wish to be displayed. I think because this layer name is created dynamically as a variable to the analysis.Clip() tool you can specify the variable which holds the name of the dynamically created layer.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;inFeatures = aPointLayer
ClipFeatures = aPolygnLayer
outFeatureClass  = "&amp;lt;Your output Location&amp;gt;\MyClipLayer"

arcpy.analysis.Clip(InFeatures, ClipFeatures, outFeatureClass)
arcpy.AddMessage(f"Output Feature Class is: {outFeatureClass})&lt;/LI-CODE&gt;&lt;P&gt;will add "&lt;STRONG&gt;Output Feature Class is: &amp;lt;Your output Location&amp;gt;\MyClipLayer&lt;/STRONG&gt;" to the output dialog box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;many thanks ed&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 18:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-question-about-name-output/m-p/1418266#M82677</guid>
      <dc:creator>EdMorris</dc:creator>
      <dc:date>2024-05-02T18:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Question about name output ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-question-about-name-output/m-p/1418382#M82692</link>
      <description>&lt;P&gt;No.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 20:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-question-about-name-output/m-p/1418382#M82692</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2024-05-02T20:41:18Z</dc:date>
    </item>
  </channel>
</rss>

