<?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: Use python script tool from .Net ArcGIS Pro in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455947#M3061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error returned is the correct error as when a table is open in a Map its schema is locked (AddField is trying to change the schema) for any external program (such as a Python script).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a screen shot of the error message (&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00451-00475-000464.htm"&gt;ERROR 000464&lt;/A&gt;) here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/232293-use-python-script-tool-from-net-arcgis-pro"&gt;https://community.esri.com/thread/232293-use-python-script-tool-from-net-arcgis-pro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2019 22:17:22 GMT</pubDate>
    <dc:creator>NobbirAhmed</dc:creator>
    <dc:date>2019-04-16T22:17:22Z</dc:date>
    <item>
      <title>Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455940#M3054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a C# .Net add-in I need to run a custom python script tool from my toolbox from with-in the map in Pro.&amp;nbsp; &amp;nbsp;The sample "CallScriptFromNet" will not work because it runs the Python script from outside of the Pro environment.&amp;nbsp; I have things in the script that uses many layers from the "CURRENT" map so it fails running it the way the sample shows. The script works great when I run it from the toolbox, but I cannot figure out how to run it from the .Net add-in. I am thinking I need to use some sort of combination of getting a Geoprocessing Project Item and Executing it?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 20:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455940#M3054</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2017-10-25T20:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455941#M3055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to mention the Pro SDK group so they should see your question and can hopefully help out! &lt;A href="https://community.esri.com/groups/arcgis-pro-sdk?sr=search&amp;amp;searchId=af02e762-8402-4f43-9f22-3fed9887b51d&amp;amp;searchIndex=1"&gt;https://community.esri.com/groups/arcgis-pro-sdk?sr=search&amp;amp;searchId=af02e762-8402-4f43-9f22-3fed9887b51d&amp;amp;searchIndex=1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Katy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 19:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455941#M3055</guid>
      <dc:creator>KatherineDalton</dc:creator>
      <dc:date>2017-10-30T19:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455942#M3056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put the toolbox and python script in a folder just under the .Net project folder. You can then refer to the path of the toolbox from the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 18:08:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455942#M3056</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2017-10-31T18:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455943#M3057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Is there a way to use a&amp;nbsp;relative path to that folder? &amp;nbsp; Not everyone I share the project with will have the same file, folder, directories.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Replace the "string tool_path" with a relative path.&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;public&lt;/SPAN&gt; &lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;async&lt;/SPAN&gt; Task&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;lt;&lt;/SPAN&gt;IGPResult&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="" style="color: #d74444; border: 0px; font-weight: inherit;"&gt;ExecuteModel&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;string&lt;/SPAN&gt; tool_path &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;@"C:\Test_Folder\Base_Maps\Base_Maps.tbx\TestScript"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;var&lt;/SPAN&gt; parameters &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d74444; border: 0px; font-weight: inherit;"&gt;MakeValueArray&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IGPResult gp_result &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;await&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d74444; border: 0px; font-weight: inherit;"&gt;ExecuteToolAsync&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;tool_path&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt; parameters&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Geoprocessing&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d74444; border: 0px; font-weight: inherit;"&gt;ShowMessageBox&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;gp_result&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;Messages&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt; &lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"GP Messages"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt; gp_result&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;IsFailed &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;?&lt;/SPAN&gt; GPMessageBoxStyle&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;Error &lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;:&lt;/SPAN&gt; GPMessageBoxStyle&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;Default&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;return&lt;/SPAN&gt; gp_result
 &lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;&lt;SPAN class="" style="border-width: 0px 1px 0px 0px; border-style: initial solid initial initial; border-color: initial #999999 initial initial; font-weight: inherit;"&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455943#M3057</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2021-12-11T20:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455944#M3058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you are trying to deploy a .Net Add-in, you can use System.IO.Directory.GetCurrentDirectory() method to get the path of the ArcGIS Pro Project where the default geodatabase and the toolbox reside:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: Consolas; font-size: small;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;&lt;STRONG&gt; spath&lt;/STRONG&gt; = System.IO.&lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-family: Consolas; font-size: small;"&gt;Directory&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;.GetCurrentDirectory();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;The Project folder looks something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt;&lt;IMG alt="Project folder structure" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/385035_pro_addin_relative_path.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;For this particular folder structure, the spath value (under C: directory) will be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;C:\temp\AddinMovedHere\OneDown\TwoDown&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;From there, using C# (or VB) concatenating functions, you can derive other paths such as to Geodatabase and Toolbox. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 23:12:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455944#M3058</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2017-11-27T23:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455945#M3059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found your topic after asking a kind of similar question here :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/232293"&gt;Use python script tool from NET Arcgis Pro&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to put the python script in a folder just under the .Net project folder but I keep getting the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any clue about it, it would help me a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gauthier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2019 14:41:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455945#M3059</guid>
      <dc:creator>gauthierverlin</dc:creator>
      <dc:date>2019-04-16T14:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455946#M3060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gauthier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probably it’s a bug – I have also seen this error yesterday ☹ Could you please do this and let me know what happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the same python code in Pro app’s Python Window while keeping the point layer displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2019 16:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455946#M3060</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2019-04-16T16:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455947#M3061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error returned is the correct error as when a table is open in a Map its schema is locked (AddField is trying to change the schema) for any external program (such as a Python script).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a screen shot of the error message (&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00451-00475-000464.htm"&gt;ERROR 000464&lt;/A&gt;) here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/232293-use-python-script-tool-from-net-arcgis-pro"&gt;https://community.esri.com/thread/232293-use-python-script-tool-from-net-arcgis-pro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2019 22:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455947#M3061</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2019-04-16T22:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455948#M3062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script does work if I run it in the python window from Arcgis Pro while the point layer is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to unlock the schema ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2019 06:56:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455948#M3062</guid>
      <dc:creator>gauthierverlin</dc:creator>
      <dc:date>2019-04-17T06:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455949#M3063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a link to my project if you want and have time to take a look :&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1OwuwWFfpQdVYk9MkLm0OJsY4fN9v2o4H/view?usp=sharing"&gt;Link to my folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In test1.py, almost everything is in comment because it's meant for test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing to change ot test the button is the path of the python code in the RunPyScriptButton.cs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2019 09:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455949#M3063</guid>
      <dc:creator>gauthierverlin</dc:creator>
      <dc:date>2019-04-17T09:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455950#M3064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change schema from within the app (such as from Python window) as the app knows the state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if you are outside of app, such as in a python script (called from a .Net Addin) then you are foreign to the app ☹&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’ll play with your script and get back to you ☺&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2019 16:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455950#M3064</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2019-04-17T16:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455951#M3065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our system is not letting me download from the link – you can send as zip attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2019 16:13:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455951#M3065</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2019-04-17T16:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Use python script tool from .Net ArcGIS Pro</title>
      <link>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455952#M3066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you can find the .zip in attachement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for helping and taking time for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2019 07:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/use-python-script-tool-from-net-arcgis-pro/m-p/455952#M3066</guid>
      <dc:creator>gauthierverlin</dc:creator>
      <dc:date>2019-04-18T07:34:43Z</dc:date>
    </item>
  </channel>
</rss>

