<?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: Access toolbox Description from arcpy? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/access-toolbox-description-from-arcpy/m-p/1132910#M63482</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just about everything but&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy
pth = r"C:\arcpro_npg\npg_tools.tbx"
t0 = arcpy.ImportToolbox(t)
arcpy.Usage(t0)
tools = arcpy.ListTools(t0)
for tool in tools:
    print(arcpy.Usage(tool))
# --
AttributeSort_npg({Tool}, Input_features, Sort_fields;Sort_fields..., {Output_field})
... snip ...
Triangulate_npg(Tool, Input_Features, Output_Features, {Polygon | Polyline}, {True | False})
# --
t1 = tools[0]
help(arcpy.AttributeSort_npg)
Help on function AttributeSort:

AttributeSort(Tool=None, Input_features=None, Sort_fields=None, Output_field=None)
    AttributeSort_npg({Tool}, Input_features, Sort_fields;Sort_fields..., {Output_field})
    
       Sort by attributes.
    
    INPUTS:
     Tool {String}:
         Tool being used. Informational only.
     Input_features (Table View):
         The feature attributes to sort. Select a layer if prior selections
         are to be honored.
     Sort_fields (Field):
         Fields to sort on, in order of importance.
     Output_field {String}:
         The field to create to contain the sort results.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jan 2022 15:45:12 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2022-01-12T15:45:12Z</dc:date>
    <item>
      <title>Access toolbox Description from arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/access-toolbox-description-from-arcpy/m-p/1132878#M63480</link>
      <description>&lt;P&gt;Is it possible to grab a toolbox description via arcpy? Or maybe by using another library?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Description.png" style="width: 596px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31293i6A6B103DEC1FC6C3/image-dimensions/596x298?v=v2" width="596" height="298" role="button" title="Description.png" alt="Description.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 14:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/access-toolbox-description-from-arcpy/m-p/1132878#M63480</guid>
      <dc:creator>GB_MattPanunto_GISS</dc:creator>
      <dc:date>2022-01-12T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Access toolbox Description from arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/access-toolbox-description-from-arcpy/m-p/1132910#M63482</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just about everything but&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy
pth = r"C:\arcpro_npg\npg_tools.tbx"
t0 = arcpy.ImportToolbox(t)
arcpy.Usage(t0)
tools = arcpy.ListTools(t0)
for tool in tools:
    print(arcpy.Usage(tool))
# --
AttributeSort_npg({Tool}, Input_features, Sort_fields;Sort_fields..., {Output_field})
... snip ...
Triangulate_npg(Tool, Input_Features, Output_Features, {Polygon | Polyline}, {True | False})
# --
t1 = tools[0]
help(arcpy.AttributeSort_npg)
Help on function AttributeSort:

AttributeSort(Tool=None, Input_features=None, Sort_fields=None, Output_field=None)
    AttributeSort_npg({Tool}, Input_features, Sort_fields;Sort_fields..., {Output_field})
    
       Sort by attributes.
    
    INPUTS:
     Tool {String}:
         Tool being used. Informational only.
     Input_features (Table View):
         The feature attributes to sort. Select a layer if prior selections
         are to be honored.
     Sort_fields (Field):
         Fields to sort on, in order of importance.
     Output_field {String}:
         The field to create to contain the sort results.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 15:45:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/access-toolbox-description-from-arcpy/m-p/1132910#M63482</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-12T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Access toolbox Description from arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/access-toolbox-description-from-arcpy/m-p/1132921#M63483</link>
      <description>&lt;P&gt;arcpy.Usage() works great after importing the toolbox, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 15:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/access-toolbox-description-from-arcpy/m-p/1132921#M63483</guid>
      <dc:creator>GB_MattPanunto_GISS</dc:creator>
      <dc:date>2022-01-12T15:59:46Z</dc:date>
    </item>
  </channel>
</rss>

