<?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: Convert dgn to shape file ? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259199#M6663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I probably have one somewhere, but I'm away from my office right now.&amp;nbsp; This help topic should get you started on how to run a geoprocessing tool from ArcObjects.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rr000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rr000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The only trick is to remember that The DGN file is a feature data set and that you want the polygon feature class within that data set.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you, I will try it. If it is possible, when you come back, could you please send to me your sample code at the email: &lt;/SPAN&gt;&lt;A href="mailto:buichitai@gmail.com"&gt;buichitai@gmail.com&lt;/A&gt;&lt;SPAN&gt;. It is very useful for me because I haven't known about geoprocessing yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Apr 2013 02:13:53 GMT</pubDate>
    <dc:creator>TaiBui</dc:creator>
    <dc:date>2013-04-12T02:13:53Z</dc:date>
    <item>
      <title>Convert dgn to shape file ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259191#M6655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having a dgn file that include some polygon. Now I want to convert it into the shape file (.shp/.dbf file), are there anyone know this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: I can read elements (line/text/linestring) from the dgn file, but I don't know how to create an shape file and draw them (geometry) in the shape file using arcobjects (C#)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 08:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259191#M6655</guid>
      <dc:creator>TaiBui</dc:creator>
      <dc:date>2013-03-27T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dgn to shape file ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259192#M6656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I am having a dgn file that include some polygon. Now I want to convert it into the shape file (.shp/.dbf file), are there anyone know this ?&lt;BR /&gt;&lt;BR /&gt;PS: I can read elements (line/text/linestring) from the dgn file, but I don't know how to create an shape file and draw them (geometry) in the shape file using arcobjects (C#)&lt;BR /&gt;&lt;BR /&gt;Thank you for your help !&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You could use Data Interoperability Tools to convert DGN into shapefile. I did convert a dgn to Geodatabase format using CadToGeodatabase class, there is also a class available to convert from DGN to shapefile as well. You could also use QuickImport , QuickExport Classes, check out the examples in the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pavan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 06:33:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259192#M6656</guid>
      <dc:creator>Santosh_Pavan_KumarNukala</dc:creator>
      <dc:date>2013-04-03T06:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dgn to shape file ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259193#M6657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;You could use Data Interoperability Tools to convert DGN into shapefile. I did convert a dgn to Geodatabase format using CadToGeodatabase class, there is also a class available to convert from DGN to shapefile as well. You could also use QuickImport , QuickExport Classes, check out the examples in the help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pavan&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Pavan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is "Data Interoperability Tools", is it dll file ? Could you please tell more how to get and use it ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 08:47:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259193#M6657</guid>
      <dc:creator>TaiBui</dc:creator>
      <dc:date>2013-04-03T08:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dgn to shape file ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259194#M6658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks Pavan,&lt;BR /&gt;&lt;BR /&gt;What is "Data Interoperability Tools", is it dll file ? Could you please tell more how to get and use it ? &lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Tai&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes .. It comes as part of Engine Extension.. You will need to add it as ArcGIS reference from the set of libraries under Engine Extension if you have bought license for that. In case you did not buy that extension, try using classes in ESRI.ArcGIS.ConversionTools provided in help. the answer might not please you but thats is all i can say .. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 09:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259194#M6658</guid>
      <dc:creator>Santosh_Pavan_KumarNukala</dc:creator>
      <dc:date>2013-04-03T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dgn to shape file ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259195#M6659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes .. It comes as part of Engine Extension.. You will need to add it as ArcGIS reference from the set of libraries under Engine Extension if you have bought license for that. In case you did not buy that extension, try using classes in ESRI.ArcGIS.ConversionTools provided in help. the answer might not please you but thats is all i can say .. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 07:53:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259195#M6659</guid>
      <dc:creator>TaiBui</dc:creator>
      <dc:date>2013-04-05T07:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dgn to shape file ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259196#M6660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's really, really easy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of reading the elements from the DGN directly, simply use geoprocessing tools such as CopyFeatures and FeatureClass to FeatureClass.&amp;nbsp; These tools can accept the DGN Polygon feature class as input and then output a SHP file for you.&amp;nbsp; You can access the geoprocessor directly from C# using ArcObjects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I am having a dgn file that include some polygon. Now I want to convert it into the shape file (.shp/.dbf file), are there anyone know this ?&lt;BR /&gt;&lt;BR /&gt;PS: I can read elements (line/text/linestring) from the dgn file, but I don't know how to create an shape file and draw them (geometry) in the shape file using arcobjects (C#)&lt;BR /&gt;&lt;BR /&gt;Thank you for your help !&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 19:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259196#M6660</guid>
      <dc:creator>KarenHodge</dc:creator>
      <dc:date>2013-04-10T19:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dgn to shape file ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259197#M6661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It's really, really easy.&lt;BR /&gt;&lt;BR /&gt;Instead of reading the elements from the DGN directly, simply use geoprocessing tools such as CopyFeatures and FeatureClass to FeatureClass.&amp;nbsp; These tools can accept the DGN Polygon feature class as input and then output a SHP file for you.&amp;nbsp; You can access the geoprocessor directly from C# using ArcObjects.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Really ? Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try it, do you have any sample code ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 23:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259197#M6661</guid>
      <dc:creator>TaiBui</dc:creator>
      <dc:date>2013-04-10T23:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dgn to shape file ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259198#M6662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I probably have one somewhere, but I'm away from my office right now.&amp;nbsp; This help topic should get you started on how to run a geoprocessing tool from ArcObjects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rr000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rr000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only trick is to remember that The DGN file is a feature data set and that you want the polygon feature class within that data set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Really ? Thank you.&lt;BR /&gt;&lt;BR /&gt;I will try it, do you have any sample code ? &lt;BR /&gt;&lt;BR /&gt;Thank you very much !&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:11:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259198#M6662</guid>
      <dc:creator>KarenHodge</dc:creator>
      <dc:date>2013-04-11T13:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dgn to shape file ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259199#M6663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I probably have one somewhere, but I'm away from my office right now.&amp;nbsp; This help topic should get you started on how to run a geoprocessing tool from ArcObjects.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rr000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003rr000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The only trick is to remember that The DGN file is a feature data set and that you want the polygon feature class within that data set.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you, I will try it. If it is possible, when you come back, could you please send to me your sample code at the email: &lt;/SPAN&gt;&lt;A href="mailto:buichitai@gmail.com"&gt;buichitai@gmail.com&lt;/A&gt;&lt;SPAN&gt;. It is very useful for me because I haven't known about geoprocessing yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 02:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259199#M6663</guid>
      <dc:creator>TaiBui</dc:creator>
      <dc:date>2013-04-12T02:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Convert dgn to shape file ?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259200#M6664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;formatconversion.biz is a also website that allows you to convert dgn file to shape file easily . just go on &lt;/SPAN&gt;&lt;A href="http://formatconversion.biz/dgn-conversion.html"&gt;http://formatconversion.biz/dgn-conversion.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 09:07:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/convert-dgn-to-shape-file/m-p/259200#M6664</guid>
      <dc:creator>SamLiyotr</dc:creator>
      <dc:date>2013-10-16T09:07:17Z</dc:date>
    </item>
  </channel>
</rss>

