<?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 Choosing parameter data type for custom tool box (.tbx) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/choosing-parameter-data-type-for-custom-tool-box/m-p/1172197#M54953</link>
    <description>&lt;P&gt;So I'm trying to develop a custom tool using python script. The tool works similar to enrich tool but it adds administrative division information like country, county, zip code, etc based on point coordinates. I was browsing the list of parameter data type and don't know which one fits my purpose. So like enrich tool it has a "variable" input for user to select what kind of data to enrich, I want to be able to provide a list of variables including country, state, zip code, etc. for user to choose from. But I don't know which parameter data type can achieve such effect. Anyone have any idea? Thanks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhexinYin_1-1652131410748.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40950iF0DECE50774EE63F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhexinYin_1-1652131410748.png" alt="ZhexinYin_1-1652131410748.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhexinYin_0-1652131228733.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40948i1110269C3929586E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhexinYin_0-1652131228733.png" alt="ZhexinYin_0-1652131228733.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2022 21:25:49 GMT</pubDate>
    <dc:creator>ZhexinYin</dc:creator>
    <dc:date>2022-05-09T21:25:49Z</dc:date>
    <item>
      <title>Choosing parameter data type for custom tool box (.tbx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/choosing-parameter-data-type-for-custom-tool-box/m-p/1172197#M54953</link>
      <description>&lt;P&gt;So I'm trying to develop a custom tool using python script. The tool works similar to enrich tool but it adds administrative division information like country, county, zip code, etc based on point coordinates. I was browsing the list of parameter data type and don't know which one fits my purpose. So like enrich tool it has a "variable" input for user to select what kind of data to enrich, I want to be able to provide a list of variables including country, state, zip code, etc. for user to choose from. But I don't know which parameter data type can achieve such effect. Anyone have any idea? Thanks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhexinYin_1-1652131410748.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40950iF0DECE50774EE63F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhexinYin_1-1652131410748.png" alt="ZhexinYin_1-1652131410748.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhexinYin_0-1652131228733.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40948i1110269C3929586E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhexinYin_0-1652131228733.png" alt="ZhexinYin_0-1652131228733.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 21:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/choosing-parameter-data-type-for-custom-tool-box/m-p/1172197#M54953</guid>
      <dc:creator>ZhexinYin</dc:creator>
      <dc:date>2022-05-09T21:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing parameter data type for custom tool box (.tbx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/choosing-parameter-data-type-for-custom-tool-box/m-p/1172241#M54962</link>
      <description>&lt;P&gt;If they were a common type, like a table, field etc, then you would specify that.&lt;/P&gt;&lt;P&gt;If they could be "anything", then you can specify "any value" and handle what is selected by checking the input type in your code.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 23:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/choosing-parameter-data-type-for-custom-tool-box/m-p/1172241#M54962</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-05-09T23:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing parameter data type for custom tool box (.tbx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/choosing-parameter-data-type-for-custom-tool-box/m-p/1173050#M55068</link>
      <description>&lt;P&gt;So for this parameter, user do not need to input anything, they need to select the type of information they want this tool to generate. So I need a parameter data type which allows me to set a custom list of options (state, county, zip code) for users to choose from. I hope this explains my question more clearly.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 21:44:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/choosing-parameter-data-type-for-custom-tool-box/m-p/1173050#M55068</guid>
      <dc:creator>ZhexinYin</dc:creator>
      <dc:date>2022-05-11T21:44:53Z</dc:date>
    </item>
  </channel>
</rss>

