<?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: Export tool parameters of custom toolbox in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/export-tool-parameters-of-custom-toolbox/m-p/677642#M52501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes... I realize that, I haven't seen a python access point to what you want (maybe arcobjects... who knows) and I would weight development time against time spent actually doing it.&amp;nbsp; If you had to do this day in day out, it would be nice.&amp;nbsp; I don't mind doing it manually since I can create a folder structure to match the toolbox/toolset/tools hierarchy and put the html files in there.&amp;nbsp; Good luck on the search&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2016 14:57:50 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-07-15T14:57:50Z</dc:date>
    <item>
      <title>Export tool parameters of custom toolbox</title>
      <link>https://community.esri.com/t5/python-questions/export-tool-parameters-of-custom-toolbox/m-p/677639#M52498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Does anybody know a py script that will export all the tool parameters of a custom built toolbox? It would be ideal to have it in the form of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tool Name (And Toolset name?)&amp;nbsp; - Parameter 1, Parameter 2, Parameter 3, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should also note that the toolbox contains toolsets and sub toolsets nested within and I'd like to just generate a list of all the tools and their parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 14:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/export-tool-parameters-of-custom-toolbox/m-p/677639#M52498</guid>
      <dc:creator>JesseBellora1</dc:creator>
      <dc:date>2016-07-15T14:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Export tool parameters of custom toolbox</title>
      <link>https://community.esri.com/t5/python-questions/export-tool-parameters-of-custom-toolbox/m-p/677640#M52499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;probably not as clean as you want but you can export the toolbox and/or tool properties to an htm/html file for posterity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="toolbox_doc_to_html1.png" class="image-1 jive-image" height="320" src="https://community.esri.com/legacyfs/online/211979_toolbox_doc_to_html1.png" style="width: 309px; height: 320.42px;" width="309" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="toolbox_doc_to_html.png" class="image-2 jive-image" height="270" src="https://community.esri.com/legacyfs/online/211980_toolbox_doc_to_html.png" style="width: 340px; height: 269.8px;" width="340" /&gt;&lt;/P&gt;&lt;P&gt;See the attached html... ps, I put absolutely no effort in documenting this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 14:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/export-tool-parameters-of-custom-toolbox/m-p/677640#M52499</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-15T14:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export tool parameters of custom toolbox</title>
      <link>https://community.esri.com/t5/python-questions/export-tool-parameters-of-custom-toolbox/m-p/677641#M52500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was aware of that but the issue is that we have many tools nested within toolsets in the toolbox. When I export the toolbox properties to an html, it only exports the toolsets but I can not see the tools within them or the tools parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could right click&amp;gt;export properties for every tool but that would take just as long as looking at each tools parameters individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 14:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/export-tool-parameters-of-custom-toolbox/m-p/677641#M52500</guid>
      <dc:creator>JesseBellora1</dc:creator>
      <dc:date>2016-07-15T14:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export tool parameters of custom toolbox</title>
      <link>https://community.esri.com/t5/python-questions/export-tool-parameters-of-custom-toolbox/m-p/677642#M52501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes... I realize that, I haven't seen a python access point to what you want (maybe arcobjects... who knows) and I would weight development time against time spent actually doing it.&amp;nbsp; If you had to do this day in day out, it would be nice.&amp;nbsp; I don't mind doing it manually since I can create a folder structure to match the toolbox/toolset/tools hierarchy and put the html files in there.&amp;nbsp; Good luck on the search&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 14:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/export-tool-parameters-of-custom-toolbox/m-p/677642#M52501</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-15T14:57:50Z</dc:date>
    </item>
  </channel>
</rss>

