<?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: Geoprocessing.ExecuteToolAsync - ToolPath in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173777#M8140</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2839"&gt;@KenBuja&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Just to make sure I am picking up what you are putting down for me...&lt;/P&gt;&lt;P&gt;If I wanted to send the Locate Features Along a Route to the GP. I would lookup the tool Find the ArcPy Call then remove the ArcPy?&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;SPAN&gt;arcpy.LocateFeaturesAlongRoutes_lr =&amp;nbsp;Geoprocessing.ExecuteToolAsync("LocateFeaturesAlongRoutes_lr",...,...);&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 16:23:10 GMT</pubDate>
    <dc:creator>JohnStallings</dc:creator>
    <dc:date>2022-05-13T16:23:10Z</dc:date>
    <item>
      <title>Geoprocessing.ExecuteToolAsync - ToolPath</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173706#M8138</link>
      <description>&lt;P&gt;This most likely has already been asked and answered however, I am having troubles locating any documentation on the ToolPath.&lt;/P&gt;&lt;P&gt;In some Samples I see: Geoprocessing.ExecuteToolAsync("management...", ...) While in others I see&amp;nbsp;Geoprocessing.ExecuteToolAsync("gp...", ...), and still in others I see&amp;nbsp;Geoprocessing.ExecuteToolAsync("Analysis...", ...).&lt;/P&gt;&lt;P&gt;Where can I find documentation to the toolPath as referenced to in the API Reference guide?&amp;nbsp;&lt;/P&gt;&lt;P&gt;cited from the API Reference Guide under Parameters: toolPath -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Use toolboxalias.toolname, toolname_toolboxalias pattern or full path (Where can I find this information?)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 14:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173706#M8138</guid>
      <dc:creator>JohnStallings</dc:creator>
      <dc:date>2022-05-13T14:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync - ToolPath</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173775#M8139</link>
      <description>&lt;P&gt;To get the toolpath of a specific tool, I use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/main/arcgis-pro-tool-reference.htm" target="_self"&gt;ArcGIS Pro geoprocessing tool reference page&lt;/A&gt; by selecting the tool (say, &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-feature-class.htm" target="_self"&gt;Create Feature Class&lt;/A&gt;) and examining its Python &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-feature-class.htm#GUID-5A532BB2-8270-450B-A20F-EAB89C1D858F" target="_self"&gt;parameters&lt;/A&gt;. There you'll see that the tool path is "arcpy.management.CreateFeatureclass" and you just remove the "arcpy." part. You could also use "CreateFeatureclass_management", but I find the dot syntax easier to comprehend.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 16:17:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173775#M8139</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2022-05-13T16:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync - ToolPath</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173777#M8140</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2839"&gt;@KenBuja&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Just to make sure I am picking up what you are putting down for me...&lt;/P&gt;&lt;P&gt;If I wanted to send the Locate Features Along a Route to the GP. I would lookup the tool Find the ArcPy Call then remove the ArcPy?&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;SPAN&gt;arcpy.LocateFeaturesAlongRoutes_lr =&amp;nbsp;Geoprocessing.ExecuteToolAsync("LocateFeaturesAlongRoutes_lr",...,...);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 16:23:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173777#M8140</guid>
      <dc:creator>JohnStallings</dc:creator>
      <dc:date>2022-05-13T16:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync - ToolPath</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173789#M8141</link>
      <description>&lt;P&gt;Yes, that's correct. Either "LocateFeaturesAlongRoutes_lr" or "lr.LocateFeaturesAlongRoutes" will work.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 17:03:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173789#M8141</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2022-05-13T17:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync - ToolPath</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173792#M8142</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 17:08:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-toolpath/m-p/1173792#M8142</guid>
      <dc:creator>JohnStallings</dc:creator>
      <dc:date>2022-05-13T17:08:54Z</dc:date>
    </item>
  </channel>
</rss>

