<?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: Where can I find info on name and parameters for Geoprocessing tools in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210332#M1307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hei Dan&lt;/P&gt;&lt;P&gt;Thank you for the resonse.&lt;/P&gt;&lt;P&gt;I have been looking at that page, but that did not really give me the nessesary information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be my mistake, but i dont find the name to use in C# at that page, and i don't find any C#&amp;nbsp; examle.&lt;/P&gt;&lt;P&gt;And whitch parameters should I use? Name of the featureclass? The Fetureclass? a geometry? Where can I find information on that?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2018 13:54:46 GMT</pubDate>
    <dc:creator>René_AstadDupont</dc:creator>
    <dc:date>2018-02-27T13:54:46Z</dc:date>
    <item>
      <title>Where can I find info on name and parameters for Geoprocessing tools</title>
      <link>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210330#M1305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I try to execute a geoprocessing tool "SplitLineBypoint" and I have the code below, witch do not give me the expected result.&lt;/DIV&gt;&lt;DIV&gt;My first question is:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Where can i find the name/id of the tool. My guess in the code are "analysis.SplitLineAtPoint", but that just my guess.&lt;/DIV&gt;&lt;DIV&gt;secondly: Were can I find documentation on the values that I have to pack into the valueArray.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;private async Task&amp;lt;bool&amp;gt; SplitPipesByJunctions()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var valueArray = await QueuedTask.Run(() =&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mVannledninger = GetLayer("Vannledninger");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mJunctions = GetLayer("Vann_nett_Junctions");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mDestVannledninger = GetLayer("Vannledninger_SplitLineAtPoi");&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return Geoprocessing.MakeValueArray(mVannledninger, mJunctions, mDestVannledninger, 0.1 );&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var res = await Geoprocessing.ExecuteToolAsync("analysis.SplitLineAtPoint", valueArray);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return true;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 12:32:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210330#M1305</guid>
      <dc:creator>René_AstadDupont</dc:creator>
      <dc:date>2018-02-27T12:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find info on name and parameters for Geoprocessing tools</title>
      <link>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210331#M1306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/split-line-at-point.htm"&gt;&lt;STRONG&gt;SplitLineAtPoint ...&lt;/STRONG&gt;&lt;/A&gt; is a geoprocessing tool in both arcmap and PRO.&lt;/P&gt;&lt;P&gt;Documentation of any ArcToolbox tools can be found in the appropriate help topic regardless of the developing language&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 13:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210331#M1306</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-27T13:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find info on name and parameters for Geoprocessing tools</title>
      <link>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210332#M1307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hei Dan&lt;/P&gt;&lt;P&gt;Thank you for the resonse.&lt;/P&gt;&lt;P&gt;I have been looking at that page, but that did not really give me the nessesary information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be my mistake, but i dont find the name to use in C# at that page, and i don't find any C#&amp;nbsp; examle.&lt;/P&gt;&lt;P&gt;And whitch parameters should I use? Name of the featureclass? The Fetureclass? a geometry? Where can I find information on that?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 13:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210332#M1307</guid>
      <dc:creator>René_AstadDupont</dc:creator>
      <dc:date>2018-02-27T13:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find info on name and parameters for Geoprocessing tools</title>
      <link>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210333#M1308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following has C# example code:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/topic9384.html" title="https://pro.arcgis.com/en/pro-app/sdk/api-reference/topic9384.html"&gt;ArcGIS Pro 2.1 API Reference Guide - ExecuteToolAsync&lt;/A&gt;&amp;nbsp; .&amp;nbsp; Use the references from Dan to understand what the tool's arguments are to pass using ExecuteToolAsync. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 15:24:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210333#M1308</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-02-27T15:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find info on name and parameters for Geoprocessing tools</title>
      <link>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210334#M1309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer my own question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right clikking the tool of interest in ArcGIS Pro and selecting properties.&lt;/P&gt;&lt;P&gt;eg. "Split Line at Point" show:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="397563" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/397563_pastedImage_1.png" style="width: 620px; height: 315px;" /&gt;&lt;/P&gt;&lt;P&gt;In this example&amp;nbsp;the name to use is: "&lt;EM&gt;toolboxsalias.&lt;/EM&gt;SplitLineAtPoint".&amp;nbsp; I still don't know where to find&amp;nbsp;&lt;EM&gt;toolboxalias"&amp;nbsp;&lt;/EM&gt;but i&amp;nbsp;think&amp;nbsp;that this can be figured out by a qualified guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="text-decoration: underline;"&gt;Parameters&lt;/SPAN&gt; Show a table of parameters and their Data Type to pack into the valueArray.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="397564" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/397564_pastedImage_3.png" style="width: 620px; height: 137px;" /&gt;&lt;/P&gt;&lt;P&gt;Hope this can help someone else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 16:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210334#M1309</guid>
      <dc:creator>René_AstadDupont</dc:creator>
      <dc:date>2018-02-27T16:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find info on name and parameters for Geoprocessing tools</title>
      <link>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210335#M1310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Joshua.&lt;/P&gt;&lt;P&gt;Your answer was very helpfull, even it did not directly answer my question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 16:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/where-can-i-find-info-on-name-and-parameters-for/m-p/210335#M1310</guid>
      <dc:creator>René_AstadDupont</dc:creator>
      <dc:date>2018-02-27T16:52:26Z</dc:date>
    </item>
  </channel>
</rss>

