<?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: Authoring GeoProcessing tool in .net in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1086182#M6985</link>
    <description>&lt;P&gt;Hello, there are currently no plans to support the creation of geoprocessing tools with the Pro SDK for .NET.&lt;/P&gt;&lt;P&gt;Creation of custom geoprocessing tools and analytics is available using Python and ModelBuilder.&lt;/P&gt;&lt;P&gt;Please see the SDK&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/FAQ#migration-from-10x" target="_self"&gt;FAQ document&lt;/A&gt; for more information on other migration questions.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 15:15:48 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-08-05T15:15:48Z</dc:date>
    <item>
      <title>Authoring GeoProcessing tool in .net</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1019318#M6056</link>
      <description>&lt;P&gt;Is there any documentation or samples that show how to create a Pro GP tool in .net. Documentation for Arcmap was rather spase and didn't cover .net, but there was a sample for a simple tool. I have not been able to find anything at all for Pro.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 23:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1019318#M6056</guid>
      <dc:creator>BerndtNording</dc:creator>
      <dc:date>2021-01-22T23:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Authoring GeoProcessing tool in .net</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1019348#M6058</link>
      <description>&lt;P&gt;This has Pro and .net in it&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/" target="_blank"&gt;ArcGIS Pro SDK | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 02:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1019348#M6058</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-23T02:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Authoring GeoProcessing tool in .net</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1019405#M6059</link>
      <description>&lt;P&gt;Indeed, but nothing at all on authoring GP tools.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 17:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1019405#M6059</guid>
      <dc:creator>BerndtNording</dc:creator>
      <dc:date>2021-01-23T17:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authoring GeoProcessing tool in .net</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1019543#M6063</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/94210"&gt;@BerndtNording&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Here is the pro sdk doco location for geoprocessing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And there are a few pro sdk community sample how to execute gptool from sdk .net.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/19a330dcbe57cdbbde7f0762e9321aa7b411c827/Editing/AddFeatureTest/Module1.cs" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/19a330dcbe57cdbbde7f0762e9321aa7b411c827/Editing/AddFeatureTest/Module1.cs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/19a330dcbe57cdbbde7f0762e9321aa7b411c827/Editing/EditOperationRowEvent/Initialize.cs" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/19a330dcbe57cdbbde7f0762e9321aa7b411c827/Editing/EditOperationRowEvent/Initialize.cs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to create your own gptool, python toolbox, you need to create from ArcGIS pro first.&lt;/P&gt;&lt;P&gt;Here is the reference link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/a-quick-tour-of-creating-tools-in-python.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/a-quick-tour-of-creating-tools-in-python.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And save your custom tool in a location, you can even call it from pro .net module.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 07:18:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1019543#M6063</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-25T07:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Authoring GeoProcessing tool in .net</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1019704#M6067</link>
      <description>&lt;P&gt;Thank you for these links. So the short answer is that I cannot author GP Tools in .NET, and that any such tools have to be completely rewritten in Python.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 17:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1019704#M6067</guid>
      <dc:creator>BerndtNording</dc:creator>
      <dc:date>2021-01-25T17:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Authoring GeoProcessing tool in .net</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1045692#M6427</link>
      <description>&lt;P&gt;I've been looking at all the developer guide/github websites and I too came to the conclusion that its not possible to create a geoprocessing tool in VB .net for ArcPro, unless I've completely missed the right search term?&lt;/P&gt;&lt;P&gt;I was hoping that this could be done and one builds up a toolbox of tools that a user could run individually or use to build a model in modelbuilder?&lt;/P&gt;&lt;P&gt;The approach of creating tools through python is not a solution for me as arcpy does not expose the fine grain manipulation that ArcObjects does. I wonder if any of the heavy weight developers who haunt this forum know better, or you really cannot create a geoprocessing tool for a toolbox using the ArcPro SDK?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 16:16:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1045692#M6427</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2021-04-10T16:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Authoring GeoProcessing tool in .net</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1085637#M6975</link>
      <description>&lt;P&gt;Any input from Esri when this is planned for Pro?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 12:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1085637#M6975</guid>
      <dc:creator>AdamDavis</dc:creator>
      <dc:date>2021-08-04T12:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authoring GeoProcessing tool in .net</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1086182#M6985</link>
      <description>&lt;P&gt;Hello, there are currently no plans to support the creation of geoprocessing tools with the Pro SDK for .NET.&lt;/P&gt;&lt;P&gt;Creation of custom geoprocessing tools and analytics is available using Python and ModelBuilder.&lt;/P&gt;&lt;P&gt;Please see the SDK&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/FAQ#migration-from-10x" target="_self"&gt;FAQ document&lt;/A&gt; for more information on other migration questions.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 15:15:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1086182#M6985</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-05T15:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Authoring GeoProcessing tool in .net</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1086221#M6986</link>
      <description>&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;Wow - that's quite some statement.&lt;/P&gt;&lt;P&gt;Python is often not an option for Esri Partners making professional add-ons. As Duncan says it's a shame that these powerful applications cannot be used as geoprocessing tools.&lt;/P&gt;&lt;P&gt;Hopefully, it will be like the statement that the SDK was only for DAL and GP was the only option for DDL. That was obviously never going to be a runner long-term and it was nice to see to see the SDK include DDL at 2.8.&lt;/P&gt;&lt;P&gt;Please reconsider.&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 16:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/authoring-geoprocessing-tool-in-net/m-p/1086221#M6986</guid>
      <dc:creator>AdamDavis</dc:creator>
      <dc:date>2021-08-05T16:10:18Z</dc:date>
    </item>
  </channel>
</rss>

