<?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: How to pass geoprocessing parameter to local server ? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763599#M9558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data type of your inputs is determined by the model or python script that you have created in ArcGIS Desktop (ArGIS Pro or ArcMap).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information see:&lt;/P&gt;&lt;P&gt;Model Builder:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/modelbuilder/model-parameters.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/modelbuilder/model-parameters.htm"&gt;Model parameters—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Python:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/create-a-python-script-tool.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/create-a-python-script-tool.htm"&gt;Create a script tool—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the details of&amp;nbsp;your model/script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2020 16:09:43 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2020-09-02T16:09:43Z</dc:date>
    <item>
      <title>How to pass geoprocessing parameter to local server ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763596#M9555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4061"&gt;Michael Branscomb&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;My local server is running and geopackage is also genrated but i Dont know how to pass parameter to it and no sample code is found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2020 07:59:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763596#M9555</guid>
      <dc:creator>HarshGupta</dc:creator>
      <dc:date>2020-09-01T07:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass geoprocessing parameter to local server ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763597#M9556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some resources (samples you will find useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/author-and-publish-a-geoprocessing-model.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/author-and-publish-a-geoprocessing-model.htm"&gt;Author and publish a geoprocessing model—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/net/latest/wpf/guide/run-a-geoprocessing-task.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/run-a-geoprocessing-task.htm"&gt;Run a geoprocessing task—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Geoprocessing/AnalyzeHotspots/AnalyzeHotspots.xaml.cs" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Geoprocessing/AnalyzeHotspots/AnalyzeHotspots.xaml.cs"&gt;arcgis-runtime-samples-dotnet/AnalyzeHotspots.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · GitHub&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Geoprocessing/AnalyzeViewshed/AnalyzeViewshed.xaml.cs" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/blob/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Geoprocessing/AnalyzeViewshed/AnalyzeViewshed.xaml.cs"&gt;arcgis-runtime-samples-dotnet/AnalyzeViewshed.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The important point is to&amp;nbsp;specify&amp;nbsp;appropriate input and output data types when you author your model. For example, if it's a local file then in most cases you should expose the path to the data as a string instead of supporting file input/output. If you're using ModelBuilder see&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/modelbuilder/inline-variable-substitution.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/modelbuilder/inline-variable-substitution.htm"&gt;Inline variable substitution—ArcGIS Pro | Documentation&lt;/A&gt;. Otherwise for Python see&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/a-quick-tour-of-creating-tools-in-python.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/a-quick-tour-of-creating-tools-in-python.htm"&gt;A quick tour of creating tools with Python—ArcGIS Pro | Documentation&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2020 16:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763597#M9556</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-09-01T16:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass geoprocessing parameter to local server ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763598#M9557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir i have a featurecollection table and i want to pass this in my gpk service&amp;nbsp; one package(feature to shape line) it is asking geoprocessingfeature(gpfeaturerecord)&lt;/P&gt;&lt;P&gt;I had pass featurecollection to geoprocessingfeature and then pass it to gpmultivalue.it is working perfectly.&lt;/P&gt;&lt;P&gt;but in another package it is asking me geoprocessing string(How ?).and how to pass feature collection table to geoprocessing string...&lt;/P&gt;&lt;P&gt;plzz help me sir i am stuck badly&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4061"&gt;Michael Branscomb&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2020 10:00:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763598#M9557</guid>
      <dc:creator>HarshGupta</dc:creator>
      <dc:date>2020-09-02T10:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass geoprocessing parameter to local server ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763599#M9558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data type of your inputs is determined by the model or python script that you have created in ArcGIS Desktop (ArGIS Pro or ArcMap).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information see:&lt;/P&gt;&lt;P&gt;Model Builder:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/modelbuilder/model-parameters.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/modelbuilder/model-parameters.htm"&gt;Model parameters—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Python:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/create-a-python-script-tool.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/create-a-python-script-tool.htm"&gt;Create a script tool—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the details of&amp;nbsp;your model/script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2020 16:09:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763599#M9558</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-09-02T16:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass geoprocessing parameter to local server ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763600#M9559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it helped me. Thank you so much..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2020 06:18:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-pass-geoprocessing-parameter-to-local/m-p/763600#M9559</guid>
      <dc:creator>HarshGupta</dc:creator>
      <dc:date>2020-09-03T06:18:31Z</dc:date>
    </item>
  </channel>
</rss>

