<?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 Python Toolbox Parameter Issue in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-toolbox-parameter-issue/m-p/1194195#M65033</link>
    <description>&lt;P&gt;I developed a python script tool in ArcGIS Pro that I would like to convert into a Python Toolbox tool. All the tool's parameters seem to work, except for the Snap Distance parameter. Every time I try to input a value into the Snap Distance's field box, it would disappear after I move onto the next input field. Here is the script for the parameter:&amp;nbsp;&lt;/P&gt;&lt;P&gt;param5 = arcpy.Parameter(&lt;BR /&gt;displayName="Guage Snap Distance",&lt;BR /&gt;name="tolerance",&lt;BR /&gt;datatype="GPDouble",&lt;BR /&gt;parameterType="Optional",&lt;BR /&gt;direction="Input")&lt;BR /&gt;param5.filter.type = "ValueList"&lt;BR /&gt;param5.filter.list = [100,300,700]&lt;/P&gt;&lt;P&gt;What are some possible reasons the entered input is disappearing? Is it related to my script or something else I should edit in the python toolbox?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 21:29:04 GMT</pubDate>
    <dc:creator>tzz_12</dc:creator>
    <dc:date>2022-07-20T21:29:04Z</dc:date>
    <item>
      <title>Python Toolbox Parameter Issue</title>
      <link>https://community.esri.com/t5/python-questions/python-toolbox-parameter-issue/m-p/1194195#M65033</link>
      <description>&lt;P&gt;I developed a python script tool in ArcGIS Pro that I would like to convert into a Python Toolbox tool. All the tool's parameters seem to work, except for the Snap Distance parameter. Every time I try to input a value into the Snap Distance's field box, it would disappear after I move onto the next input field. Here is the script for the parameter:&amp;nbsp;&lt;/P&gt;&lt;P&gt;param5 = arcpy.Parameter(&lt;BR /&gt;displayName="Guage Snap Distance",&lt;BR /&gt;name="tolerance",&lt;BR /&gt;datatype="GPDouble",&lt;BR /&gt;parameterType="Optional",&lt;BR /&gt;direction="Input")&lt;BR /&gt;param5.filter.type = "ValueList"&lt;BR /&gt;param5.filter.list = [100,300,700]&lt;/P&gt;&lt;P&gt;What are some possible reasons the entered input is disappearing? Is it related to my script or something else I should edit in the python toolbox?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 21:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-toolbox-parameter-issue/m-p/1194195#M65033</guid>
      <dc:creator>tzz_12</dc:creator>
      <dc:date>2022-07-20T21:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Python Toolbox Parameter Issue</title>
      <link>https://community.esri.com/t5/python-questions/python-toolbox-parameter-issue/m-p/1194229#M65038</link>
      <description>&lt;P&gt;Can you include the entire .pyt file? My guess is there there is something happening in the toolbox functions (eg updateParameters) that is causing that.&amp;nbsp; Also please &lt;A href="https://community.esri.com/t5/python-blog/code-formatting-the-community-version/ba-p/1007633" target="_self"&gt;format the code&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 22:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-toolbox-parameter-issue/m-p/1194229#M65038</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2022-07-20T22:48:50Z</dc:date>
    </item>
  </channel>
</rss>

