<?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 How to export the shape file in arcgis runtime sdk with help of localserver ? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-export-the-shape-file-in-arcgis-runtime-sdk/m-p/691823#M8742</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;I deployed local server in my .net application it run successfully.&lt;/P&gt;&lt;P&gt;1) And also my gpk package is not perfectly genrated please help me ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;2) when i pass sample packege there&amp;nbsp; like featuretoshape (gpk) but unable to pass accurate parameter(geoprocessing parameter ) how to pass&amp;nbsp;&lt;SPAN&gt;(geoprocessing parameter ) &lt;/SPAN&gt;&amp;nbsp;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2020 16:04:21 GMT</pubDate>
    <dc:creator>HarshGupta</dc:creator>
    <dc:date>2020-08-27T16:04:21Z</dc:date>
    <item>
      <title>How to export the shape file in arcgis runtime sdk with help of localserver ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-export-the-shape-file-in-arcgis-runtime-sdk/m-p/691823#M8742</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;I deployed local server in my .net application it run successfully.&lt;/P&gt;&lt;P&gt;1) And also my gpk package is not perfectly genrated please help me ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;2) when i pass sample packege there&amp;nbsp; like featuretoshape (gpk) but unable to pass accurate parameter(geoprocessing parameter ) how to pass&amp;nbsp;&lt;SPAN&gt;(geoprocessing parameter ) &lt;/SPAN&gt;&amp;nbsp;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2020 16:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-export-the-shape-file-in-arcgis-runtime-sdk/m-p/691823#M8742</guid>
      <dc:creator>HarshGupta</dc:creator>
      <dc:date>2020-08-27T16:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the shape file in arcgis runtime sdk with help of localserver ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-export-the-shape-file-in-arcgis-runtime-sdk/m-p/691824#M8743</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&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created local server and hosted serive on it and shape file is also genrated&amp;nbsp;&lt;/P&gt;&lt;P&gt;"C:/EsriSamples/AppData/Documents/ArcGIS/Packages/fctoshp_railway_E6EE0999-9E4D-4CFD-A6B0-FE6D85383425/p20/test" in this location&lt;/P&gt;&lt;P&gt;how to get this location by code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2020 11:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-export-the-shape-file-in-arcgis-runtime-sdk/m-p/691824#M8743</guid>
      <dc:creator>HarshGupta</dc:creator>
      <dc:date>2020-09-16T11:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the shape file in arcgis runtime sdk with help of localserver ?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-export-the-shape-file-in-arcgis-runtime-sdk/m-p/691825#M8744</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;My recommendation is to expose the output location/folder as a string input parameter. You can then specify the&amp;nbsp;desired output location in your code and the Local Geoprocessing Service will write the Shapefile directly to that location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documentation resources:&lt;/P&gt;&lt;P&gt;- For ModelBuilder&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- For Python Scripts&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/setting-script-tool-parameters.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/setting-script-tool-parameters.htm"&gt;Setting script tool parameters—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>Wed, 16 Sep 2020 18:46:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-export-the-shape-file-in-arcgis-runtime-sdk/m-p/691825#M8744</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-09-16T18:46:24Z</dc:date>
    </item>
  </channel>
</rss>

