<?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: Is it possible to use DDL API to convert feature class to shapefile? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144733#M7785</link>
    <description>&lt;P&gt;I am using the GP tool "conversion.FeatureClassToShapefile"&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 17:19:01 GMT</pubDate>
    <dc:creator>BarbaraSchneider2</dc:creator>
    <dc:date>2022-02-16T17:19:01Z</dc:date>
    <item>
      <title>Is it possible to use DDL API to convert feature class to shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144602#M7778</link>
      <description>&lt;P&gt;I am looking for a faster way to convert a feature class to a shapefile than the Geoprocessing API. Is it possible by using the DDL API? I haven't found anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 14:03:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144602#M7778</guid>
      <dc:creator>BarbaraSchneider2</dc:creator>
      <dc:date>2022-02-16T14:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use DDL API to convert feature class to shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144645#M7780</link>
      <description>&lt;P&gt;Unfortunately, the DDL API doesn't support feature class to shapefile conversion.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 15:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144645#M7780</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2022-02-16T15:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use DDL API to convert feature class to shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144678#M7783</link>
      <description>&lt;P&gt;Just out of curiosity which GP Tool are you using now to do this conversion?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 15:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144678#M7783</guid>
      <dc:creator>DHuantes</dc:creator>
      <dc:date>2022-02-16T15:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use DDL API to convert feature class to shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144733#M7785</link>
      <description>&lt;P&gt;I am using the GP tool "conversion.FeatureClassToShapefile"&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 17:19:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144733#M7785</guid>
      <dc:creator>BarbaraSchneider2</dc:creator>
      <dc:date>2022-02-16T17:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use DDL API to convert feature class to shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144811#M7786</link>
      <description>&lt;P&gt;Thanks... Haven't needed to deal with Shapefiles in a while.&amp;nbsp; &amp;nbsp;But I recall several years ago using GDAL in C++ code and recall it being at least an order of magnitude (if not more) faster in creating shapefiles.&amp;nbsp; &amp;nbsp;Is your shapefile requirement for a legacy system that uses Shapefiles?&amp;nbsp; I only ask because we were entirely shapefile-centric until we made a conscious effort to get everything into feature classes within Geodatabases.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 19:12:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1144811#M7786</guid>
      <dc:creator>DHuantes</dc:creator>
      <dc:date>2022-02-16T19:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use DDL API to convert feature class to shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1145058#M7795</link>
      <description>&lt;P&gt;Thank you for your tip using GDAL. We also work with feature classes within file geodatabases. We convert the feature classes to shapefiles each time an ArcGIS Pro project is closed, just to have a backup. It happened in the past that file geodatabases got messed up.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 08:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1145058#M7795</guid>
      <dc:creator>BarbaraSchneider2</dc:creator>
      <dc:date>2022-02-17T08:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use DDL API to convert feature class to shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1311229#M10068</link>
      <description>&lt;P&gt;Hi Aashis,&lt;/P&gt;&lt;P&gt;I am running into a similar situation as the original poster. As of ArcGIS Pro 3.1 SDK, is it still not possible to convert feature classes to shapefiles without using the Geoprocessing API?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Hannah&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 21:01:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1311229#M10068</guid>
      <dc:creator>HannahBernal</dc:creator>
      <dc:date>2023-07-24T21:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use DDL API to convert feature class to shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1311261#M10069</link>
      <description>&lt;P&gt;No. You should use the GP tool.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-Geoprocessing" target="_self"&gt;snippets&lt;/A&gt;&amp;nbsp;and &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Geoprocessing" target="_self"&gt;conceptual doc&lt;/A&gt; describe how to use GP in the Pro SDK for .Net, see if it helps.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 22:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1311261#M10069</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2023-07-24T22:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use DDL API to convert feature class to shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1311364#M10070</link>
      <description>&lt;P&gt;Thank you very much for the quick reply and for providing some examples.&amp;nbsp; I'll be sure to look into those. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 02:26:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1311364#M10070</guid>
      <dc:creator>HannahBernal</dc:creator>
      <dc:date>2023-07-25T02:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use DDL API to convert feature class to shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1326702#M10353</link>
      <description>&lt;P&gt;Too bad that we cannot use GP Tools inside Core Host applications in C#&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 08:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-use-ddl-api-to-convert-feature/m-p/1326702#M10353</guid>
      <dc:creator>FrancescoGiovinazzo</dc:creator>
      <dc:date>2023-09-08T08:34:34Z</dc:date>
    </item>
  </channel>
</rss>

