<?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 use GPFeatureRecordSetLayer? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-use-gpfeaturerecordsetlayer/m-p/1313036#M68275</link>
    <description>&lt;P&gt;What is the full code for that toolbox? Could you share it?&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 12:42:55 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2023-07-28T12:42:55Z</dc:date>
    <item>
      <title>how to use GPFeatureRecordSetLayer?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-use-gpfeaturerecordsetlayer/m-p/1312403#M68259</link>
      <description>&lt;P&gt;I've created a python toolbox in ArcGIS Pro and one of the tools uses &lt;EM&gt;&lt;STRONG&gt;GPFeatureRecordSetLayer.&lt;/STRONG&gt;&lt;/EM&gt; It creates an interactive&amp;nbsp;mode so user can insert a point&amp;nbsp;on a map.&lt;/P&gt;&lt;P&gt;The problem is when i insert a point the name of the tool will be chosen as layer name in Table of Content&amp;nbsp; (see screenshot below). How can i control that text value?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;param1 = arcpy.Parameter(displayName="Pour Point",
                         name="lyrPourPoint",
                         datatype="GPFeatureRecordSetLayer",
                         parameterType="Required",
                         direction="Input")

param1.filter.list = ["Point"]
param1.symbology = os.path.join(rootFolder, "symbology", "PourPoint.lyrx")
param1.value = os.path.join(rootFolder, "symbology", "PourPoint.lyrx")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AzinSharaf_0-1690419467911.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76488i81EC645A9C2EAC7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AzinSharaf_0-1690419467911.png" alt="AzinSharaf_0-1690419467911.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 00:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-use-gpfeaturerecordsetlayer/m-p/1312403#M68259</guid>
      <dc:creator>AzinSharaf</dc:creator>
      <dc:date>2023-07-31T00:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to use GPFeatureRecordSetLayer?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-use-gpfeaturerecordsetlayer/m-p/1313036#M68275</link>
      <description>&lt;P&gt;What is the full code for that toolbox? Could you share it?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 12:42:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-use-gpfeaturerecordsetlayer/m-p/1313036#M68275</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2023-07-28T12:42:55Z</dc:date>
    </item>
  </channel>
</rss>

