<?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 C# SYNTAX in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814807#M2524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Nobbir.&amp;nbsp; I'm satisfied with the solution syntax you provided in the previous post.&amp;nbsp; I can move forward with my Add-in code now.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2018 19:23:41 GMT</pubDate>
    <dc:creator>MikeRatcliffe</dc:creator>
    <dc:date>2018-04-20T19:23:41Z</dc:date>
    <item>
      <title>Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814794#M2511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After reviewing available examples and references (only available in Python), I am unable to pass a successful Geoprocessing.MakeValueArray into the ExecuteToolAsync.&amp;nbsp; I am confident it is a C# &lt;A href="https://community.esri.com/t5/tag/syntax/tg-p"&gt;#syntax&lt;/A&gt; issue, and need some help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Code:&lt;/P&gt;&lt;P&gt;main_lyr.Select(qf, SelectionCombinationMethod.New);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var in_table = main_lyr;&lt;BR /&gt; var out_table = Path.Combine(Project.Current.DefaultGeodatabasePath, GVar.FtrLyr + " Results");&lt;BR /&gt; var statistics_fields = "FEET, Sum"; //[['FEET', 'SUM']]";&lt;BR /&gt; var case_field = "Diameter"; // "['Diameter']";&lt;/P&gt;&lt;P&gt;var args = Geoprocessing.MakeValueArray(in_table, out_table, statistics_fields, case_field);&lt;/P&gt;&lt;P&gt;var sp_ref = SpatialReferenceBuilder.CreateSpatialReference(102629); // NAD83 SP AL E FIPS 0101 Feet&lt;/P&gt;&lt;P&gt;var envi = Geoprocessing.MakeEnvironmentArray(outputCoordinateSystem: sp_ref);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoprocessing.ExecuteToolAsync("Statistics_analysis", args, envi, null, null, GPExecuteToolFlags.Default);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 16:50:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814794#M2511</guid>
      <dc:creator>MikeRatcliffe</dc:creator>
      <dc:date>2018-04-19T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814795#M2512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer these two examples of ExecuteToolAsync method overloads from SDK document, either&amp;nbsp;wait till complete the execution or execute with optional event handler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/index.html#topic9385.html" title="https://pro.arcgis.com/en/pro-app/sdk/api-reference/index.html#topic9385.html"&gt;ArcGIS Pro 2.1 API Reference Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/index.html#topic9384.html" title="https://pro.arcgis.com/en/pro-app/sdk/api-reference/index.html#topic9384.html"&gt;ArcGIS Pro 2.1 API Reference Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 17:51:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814795#M2512</guid>
      <dc:creator>BalajiVeera</dc:creator>
      <dc:date>2018-04-19T17:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814796#M2513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I am aware of the SDK examples you reference above.&amp;nbsp; They do not help with my issue.&amp;nbsp; The issue is passing the correct syntax to the "Statistics_analysis" geoprocessing tool successfully from the example code above.&amp;nbsp; All of the ESRI tool references in ArcGIS Pro for "Statistics_analysis" have Python syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 18:02:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814796#M2513</guid>
      <dc:creator>MikeRatcliffe</dc:creator>
      <dc:date>2018-04-19T18:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814797#M2514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As your sp_ref is an object you need to pass it through MakeValueArray(..). Could you please try with these changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var sp_ref = Geoprocessing.&lt;STRONG&gt;MakeValueArray&lt;/STRONG&gt;(SpatialReferenceBuilder.CreateSpatialReference(102629));&lt;/P&gt;&lt;P&gt;var args = Geoprocessing.MakeValueArray(in_table, out_table, statistics_fields, case_field);&lt;/P&gt;&lt;P&gt;var envi = Geoprocessing.MakeEnvironmentArray(outputCoordinateSystem: sp_ref);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you follow the documentation you'll find which objects are supported directly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing#create-an-array-of-environment-settings"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing#create-an-array-of-environment-settings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you scroll down the above documentation you'll find this example:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;// example of using ArcGIS.Core.Geometry.SpatialReference object&lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;spatial_ref &lt;/SPAN&gt;= &lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;QueuedTask.Run&lt;/SPAN&gt;(() =&amp;gt; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;return&lt;/SPAN&gt; SpatialReferenceBuilder.CreateSpatialReference(&lt;SPAN&gt;3857&lt;/SPAN&gt;); });&lt;SPAN&gt;// call MakeValueArray on spatial_ref so that ExecuteToolAsync can internally use the object&lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;sr_param &lt;/SPAN&gt;= &lt;SPAN&gt;Geoprocessing.MakeValueArray&lt;/SPAN&gt;(spatial_ref);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 18:54:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814797#M2514</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2018-04-19T18:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814798#M2515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Nobbir.&lt;/P&gt;&lt;P&gt;As before (passing sp_ref as an object), the process throws no exception, yet produces no output.&amp;nbsp; It just blocks the main application, then releases it after some time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:25:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814798#M2515</guid>
      <dc:creator>MikeRatcliffe</dc:creator>
      <dc:date>2018-04-19T19:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814799#M2516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you used your code or the code in the sample? In the sample code (from the documentation link) a &lt;SPAN&gt;QueuedTask.Run(...) is used to created the spatial reference object.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814799#M2516</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2018-04-19T19:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814800#M2517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all of the example code is contained in an await QueuedTask.Run(()=&amp;gt; {example code});&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:57:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814800#M2517</guid>
      <dc:creator>MikeRatcliffe</dc:creator>
      <dc:date>2018-04-19T19:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814801#M2518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to be sure&amp;nbsp;that issue is NOT caused by other parameter settings,&amp;nbsp;I'm asking - have you called &lt;STRONG&gt;MakeValueArray&lt;/STRONG&gt; on the spatial_ref object before passing it to &lt;STRONG&gt;MakeEnvironmentArray&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;spatial_ref &lt;/SPAN&gt;= &lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;QueuedTask.Run&lt;/SPAN&gt;(() =&amp;gt; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return&lt;/SPAN&gt; SpatialReferenceBuilder.CreateSpatialReference(&lt;SPAN&gt;3857&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;// call MakeValueArray on spatial_ref so that ExecuteToolAsync can internally use the object&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;sr_param &lt;/SPAN&gt;= &lt;SPAN&gt;Geoprocessing.MakeValueArray&lt;/SPAN&gt;(spatial_ref);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 20:07:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814801#M2518</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2018-04-19T20:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814802#M2519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am passing the spatial reference as an object to a value array to the environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;present code:&lt;/P&gt;&lt;P&gt;var in_table = main_lyr;&lt;BR /&gt; var out_table = Path.Combine(Project.Current.DefaultGeodatabasePath, "Results");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; var statistics_fields = "[[FEET], {Sum}]]";&amp;nbsp; &amp;nbsp; &amp;nbsp;*****syntax of these variables is assumed to be the failure*****&lt;BR /&gt; var case_field = "[Diameter]";&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;****this is the syntax provided by ESRI tool reference****&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var args = Geoprocessing.MakeValueArray(in_table, out_table, statistics_fields, case_field);&lt;/P&gt;&lt;P&gt;var sp_ref = Geoprocessing.MakeValueArray(SpatialReferenceBuilder.CreateSpatialReference(102629)); // NAD83 SP AL E FIPS 0101 Feet&lt;/P&gt;&lt;P&gt;var envi = Geoprocessing.MakeEnvironmentArray(outputCoordinateSystem: sp_ref);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoprocessing.ExecuteToolAsync("Statistics_analysis", args, envi, null, null, GPExecuteToolFlags.Default);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 11:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814802#M2519</guid>
      <dc:creator>MikeRatcliffe</dc:creator>
      <dc:date>2018-04-20T11:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814803#M2520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most probably you are right about: *****syntax of these variables is assumed to be the failure*****&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll forward this to appropriate team. Meanwhile, I'll try to find a workaround. Thanks for your patience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 15:34:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814803#M2520</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2018-04-20T15:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814804#M2521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please try this way (without a comma between FEET and Sum so that it matches Python syntax)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var statistics_fields = "FEET Sum";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 18:46:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814804#M2521</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2018-04-20T18:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814805#M2522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly, THAT worked! "FEET Sum"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify, the syntax documented here in the arcpy environment:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/summary-statistics.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/summary-statistics.htm"&gt;Summary Statistics—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;[[&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Shape_Area"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"SUM"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;]]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 18:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814805#M2522</guid>
      <dc:creator>MikeRatcliffe</dc:creator>
      <dc:date>2018-04-20T18:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814806#M2523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt;"&gt;Let’s communicate via email until we find a solution – if it is okay with you. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt;"&gt;&lt;A href="mailto:nahmed@esri.com"&gt;nahmed@esri.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 19:12:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814806#M2523</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2018-04-20T19:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing.ExecuteToolAsync C# SYNTAX</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814807#M2524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Nobbir.&amp;nbsp; I'm satisfied with the solution syntax you provided in the previous post.&amp;nbsp; I can move forward with my Add-in code now.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 19:23:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geoprocessing-executetoolasync-c-syntax/m-p/814807#M2524</guid>
      <dc:creator>MikeRatcliffe</dc:creator>
      <dc:date>2018-04-20T19:23:41Z</dc:date>
    </item>
  </channel>
</rss>

