<?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: When will Net developers get API reference for all geoprocessing functions? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860250#M4707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;disagree with you, &lt;A href="https://community.esri.com/migrated-users/267057" target="_blank"&gt;Gintautas Kmieliauskas&lt;/A&gt;‌ is right. for example, take a look at the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/cut-fill.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;quick cut fill in PRO SDK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example - the code below is done according to the documentation, however, there is no way you can specify the output raster in the code using the PRO SDK.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// according to arcgis PRO SDK&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; cutFillParams &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;MakeValueArray&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;raster1&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; raster2&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; z_factor&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; gpresult &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ExecuteToolAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CutFill_sa"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; cutFillParams&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; environments&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luckily the&lt;A href="http://webhelp.esri.com/arcgiSDEsktop/9.3/index.cfm?TopicName=cut/fill_" rel="nofollow noopener noreferrer" target="_blank"&gt; 9.3 Cut FIll&lt;/A&gt; tells you how to specify the output raster&lt;/P&gt;&lt;P&gt;which for Arc PRO SDK capability to set raster, you can put the outRaster before the z_factor, hence it is different than PRO SDK documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// according to arcgis PRO SDK&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; cutFillParams &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;MakeValueArray&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;raster1&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; raster2&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; outRaster&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; z_factor&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; gpresult &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ExecuteToolAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CutFill_sa"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; cutFillParams&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; environments&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 10:39:42 GMT</pubDate>
    <dc:creator>DouglasLong</dc:creator>
    <dc:date>2021-12-12T10:39:42Z</dc:date>
    <item>
      <title>When will Net developers get API reference for all geoprocessing functions?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860242#M4699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear colleagues from Esri,&lt;/P&gt;&lt;P&gt;Most calculation or database management functions in ArcGIS Pro SDK are realized using geoprocessing. All information you can get about geoprocessing functions:&lt;/P&gt;&lt;P&gt;- ArcGIS Pro API reference (about&amp;nbsp;Geoprocessing.ExecuteToolAsync and etc.)&lt;/P&gt;&lt;P&gt;- ArcGIS Pro Snippets ( about&amp;nbsp;&lt;SPAN style="box-sizing: border-box; color: #032f62; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 13.6px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;&lt;SPAN style="box-sizing: border-box; color: #032f62;"&gt;"&lt;/SPAN&gt;management.CopyFeatures&lt;SPAN style="box-sizing: border-box; color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN style="box-sizing: border-box; color: #032f62; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 13.6px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f6f8fa; color: #032f62; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 13.6px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;Analysis.MultipleRingBuffer&lt;/SPAN&gt;&lt;SPAN style="box-sizing: border-box; color: #032f62; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 13.6px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;"&lt;/SPAN&gt; and&amp;nbsp;&lt;SPAN style="box-sizing: border-box; color: #032f62; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 13.6px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;&lt;SPAN style="box-sizing: border-box; color: #032f62;"&gt;"&lt;/SPAN&gt;Analysis.Buffer&lt;SPAN style="box-sizing: border-box; color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;- other ArcGIS documentation with ArcPy samples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What to do for ArcGIS Pro SDK .Net&amp;nbsp; developer? Run geoprocessing tool from ArcGIS Pro, copy from history arcpy code of executed tool, solve rebus how to convert geoprocessing tool name from arcpy to .Net, how to arrange parameters especially list and etc.?&lt;/P&gt;&lt;P&gt;For example spatial analyst Euclidean distance tool. Arcpy script from history looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;out_distance_raster = arcpy.sa.EucDistance(r"Sites", 1000, 50, None, "PLANAR", None, None); &lt;BR /&gt;out_distance_raster.save(r"C:\CellExp\Tutorial\ProTest\Pro\MyProject5.gdb\EucDist_Site1")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First idea is to check geoprocessing results. It is wrong way. You need somehow to understand that result raster name must be second parameter after featureclass name. Looks strange but it works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In snippet mentioned above (&lt;SPAN style="box-sizing: border-box; color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #032f62; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 13.6px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;Analysis.Buffer&lt;/SPAN&gt;&lt;SPAN style="box-sizing: border-box; color: #032f62;"&gt;"&lt;/SPAN&gt;) you can find geoprocessing flag&amp;nbsp;&lt;SPAN style="box-sizing: border-box; color: #24292e; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 13.6px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;GPExecuteToolFlags&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f6f8fa; color: #24292e; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 85%; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 1.45; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="box-sizing: border-box; color: #24292e; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 13.6px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;GPThread&lt;/SPAN&gt;. Try to use that flag with Euclidean distance. You will wait for results of Euclidean distance all your life and you will never get results. I had a problem few ArcGIS Pro releases ago and solving of problem was&amp;nbsp;&lt;SPAN style="box-sizing: border-box; color: #24292e; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 13.6px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;GPExecuteToolFlags&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f6f8fa; color: #24292e; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 85%; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 1.45; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="box-sizing: border-box; color: #24292e; font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; font-size: 13.6px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;GPThread&lt;/SPAN&gt; flag adding. When that flag is useable when not?&lt;/P&gt;&lt;P&gt;Could you please make a table with all available geoprocessing functions for .Net developers with arguments or make some notes where are differences between arcpy and .Net calling, explain more complicated arguments converting from arcpy to .Net and put it on ArcGIS Pro API reference, ArcGIS Pro SDK GitHub or somewhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more line about ArcGIS Pro API reference on internet. Open it with MS Explorer, Edge and press "Search" button at the bottom of left corner. Search input line appears after 0,5-1 minute. In our country we have one of the fastest internet network and it is not a internet speed problem. Other internet browsers I have not tried.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 10:47:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860242#M4699</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2019-12-11T10:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: When will Net developers get API reference for all geoprocessing functions?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860243#M4700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gintautas, thanks for your suggestions. We're also requesting suggestions from all users. We'll add more examples, snippets as soon as possible. Meanwhile, if you have any other comments please share. Thanks again.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 16:53:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860243#M4700</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2019-12-11T16:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: When will Net developers get API reference for all geoprocessing functions?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860244#M4701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gintautas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's what I am looking for in my previous question that you are trying to answer. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/244499-create-rasterdataset"&gt;https://community.esri.com/thread/244499-create-rasterdataset&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2019 02:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860244#M4701</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-13T02:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: When will Net developers get API reference for all geoprocessing functions?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860245#M4702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nobir,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am back to my suggestion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My application needs HillShade geoprocessing tool. Situation the same as with EucDistance tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;out_raster = arcpy.sa.HillShade("dsm", 315, 45, "SHADOWS", 1);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output raster parameter in second place for .Net API. How to find it? I have spent half a day. Empty error&amp;nbsp; messages. After some time I found old good ArcGIS 9.3 page:&lt;/P&gt;&lt;P&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Hillshade"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Hillshade&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and one line in the scope of page:&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: italic; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;# Process: Hillshade&lt;/EM&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #000000; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt; gp.Hillshade_sa(InRaster, OutRaster, InAzimuth, InAltitude)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Another one note. When I execute from .Net Add-in geoprocessing tool with &lt;SPAN style="background-color: #ffffff;"&gt;GPExecuteToolFlags.AddToHistory&lt;/SPAN&gt; flag, if tool finishes successfully it adds it to history, otherwise -no. When you execute tool from ArcGIS Pro Geoprocessing pane it adds to history always. It would be useful to have the same functionality and from ArcGIS Pro API.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2020 06:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860245#M4702</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2020-04-24T06:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: When will Net developers get API reference for all geoprocessing functions?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860246#M4703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Hi Gintautas, we are in the process of adding Pro SDK C# snippets/examples along with Python examples. So, when you'll open a tool reference/help page you'll see one or more C# code examples.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;However, it may take some time - don't know the final schedule yet.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks again to the GeoNet community &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2020 14:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860246#M4703</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2020-04-24T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: When will Net developers get API reference for all geoprocessing functions?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860247#M4704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't happen soon enough&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 21:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860247#M4704</guid>
      <dc:creator>ThomasCox</dc:creator>
      <dc:date>2020-06-17T21:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: When will Net developers get API reference for all geoprocessing functions?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860248#M4705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is hilarious but it is true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Pro SDK&amp;nbsp;Search &lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic1.html"&gt;here&lt;/A&gt;&amp;nbsp;is slower than a Lada full of elephants going uphill!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it is not good that we have to reference &lt;A href="http://webhelp.esri.com/arcgiSDEsktop/9.3/index.cfm?TopicName=cut/fill_"&gt;ArcGIS 9.3 tool guide&lt;/A&gt; to get proper parameters for outputs running ArcGIS Pro SDK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:53:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860248#M4705</guid>
      <dc:creator>DouglasLong</dc:creator>
      <dc:date>2020-10-02T18:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: When will Net developers get API reference for all geoprocessing functions?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860249#M4706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not 9.3 - but the current version of the software. For example, ArcGIS Pro 2.5. If you look into an older version then you won't see documentation for the newer tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2020 19:07:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860249#M4706</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2020-10-02T19:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: When will Net developers get API reference for all geoprocessing functions?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860250#M4707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;disagree with you, &lt;A href="https://community.esri.com/migrated-users/267057" target="_blank"&gt;Gintautas Kmieliauskas&lt;/A&gt;‌ is right. for example, take a look at the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/cut-fill.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;quick cut fill in PRO SDK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example - the code below is done according to the documentation, however, there is no way you can specify the output raster in the code using the PRO SDK.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// according to arcgis PRO SDK&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; cutFillParams &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;MakeValueArray&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;raster1&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; raster2&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; z_factor&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; gpresult &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ExecuteToolAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CutFill_sa"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; cutFillParams&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; environments&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luckily the&lt;A href="http://webhelp.esri.com/arcgiSDEsktop/9.3/index.cfm?TopicName=cut/fill_" rel="nofollow noopener noreferrer" target="_blank"&gt; 9.3 Cut FIll&lt;/A&gt; tells you how to specify the output raster&lt;/P&gt;&lt;P&gt;which for Arc PRO SDK capability to set raster, you can put the outRaster before the z_factor, hence it is different than PRO SDK documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// according to arcgis PRO SDK&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; cutFillParams &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;MakeValueArray&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;raster1&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; raster2&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; outRaster&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; z_factor&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; gpresult &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ExecuteToolAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CutFill_sa"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; cutFillParams&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; environments&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:39:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/860250#M4707</guid>
      <dc:creator>DouglasLong</dc:creator>
      <dc:date>2021-12-12T10:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: When will Net developers get API reference for all geoprocessing functions?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/1001311#M5737</link>
      <description>&lt;P&gt;+1 for a reference page that at least provides the name of each GP tool that can be executed using the C# Geoprocessing object. I spent most of my afternoon yesterday after upgrading from Pro 2.4 to 2.6.3. The&amp;nbsp;ZonalStatisticsAsTable tool was apparently renamed to&amp;nbsp;ZonalStatisticsAsTable_sa in this new version which broke my existing code. I found no documentation anywhere of this change. And this is not the first time I have had to hunt down the name of a tool.&lt;/P&gt;&lt;P&gt;And +1 that the search function in the ArcGIS Pro SDK function is quite slow. Using Chrome on Windows 10.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 18:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/when-will-net-developers-get-api-reference-for-all/m-p/1001311#M5737</guid>
      <dc:creator>LesleyBross1</dc:creator>
      <dc:date>2020-11-13T18:17:47Z</dc:date>
    </item>
  </channel>
</rss>

