<?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: ARC 10.0 CADToGeodatabase() syntax to write to existing FC in existing group data in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arc-10-0-cadtogeodatabase-syntax-to-write-to/m-p/625534#M48798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, Chris is right.&amp;nbsp; The key thing to remember about working with CAD is that you're actually working with a feature dataset and feature classes.&amp;nbsp; You can use the CAD feature class as input to many geoprocessing tools, including Append, without needing to use CADToGeodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--Karen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 18:08:49 GMT</pubDate>
    <dc:creator>KarenHodge</dc:creator>
    <dc:date>2013-02-07T18:08:49Z</dc:date>
    <item>
      <title>ARC 10.0 CADToGeodatabase() syntax to write to existing FC in existing group dataset</title>
      <link>https://community.esri.com/t5/python-questions/arc-10-0-cadtogeodatabase-syntax-to-write-to/m-p/625532#M48796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to write geometry data (polylines,polygons,polygons with holes) from a dgn CADfile to a specific Featureclass under a specific group dataset (group layer). The FGDB is an empty template, I don't want to create a new table, just add new records to existing FC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ESRI example Python code does not show how to include the group dataset name. I have tried adding the dataset name at the end of the output gdb path with included backslash, and tried prefixing the output featureclass name with dataset name plus backslash. Errors, doesn't recognise the input parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can read the dgn just fine and create a new FC, but it is placed directly under the FGDB and that is not what I am looking for. How do you add data from a dgn into a an existing template exactly where you want it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If CADToGeodatabase() is the wrong tool, then can I read geometries one by one from a dgn, then use something like InsertCursor to populate my empty FGDB? (InsertCursor at least allows locating the right level on the FSGB structure).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What Python code do I need to make something work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob Pearce,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gardline Geosurvey&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gt Yarmouth, England&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:08:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arc-10-0-cadtogeodatabase-syntax-to-write-to/m-p/625532#M48796</guid>
      <dc:creator>RobinPearce</dc:creator>
      <dc:date>2013-01-24T12:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: ARC 10.0 CADToGeodatabase() syntax to write to existing FC in existing group data</title>
      <link>https://community.esri.com/t5/python-questions/arc-10-0-cadtogeodatabase-syntax-to-write-to/m-p/625533#M48797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;CAD to Geodatabase is not the right tool for this scenario, it will always create new output. Try the Append tool instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 22:19:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arc-10-0-cadtogeodatabase-syntax-to-write-to/m-p/625533#M48797</guid>
      <dc:creator>ChrisFox3</dc:creator>
      <dc:date>2013-01-31T22:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: ARC 10.0 CADToGeodatabase() syntax to write to existing FC in existing group data</title>
      <link>https://community.esri.com/t5/python-questions/arc-10-0-cadtogeodatabase-syntax-to-write-to/m-p/625534#M48798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, Chris is right.&amp;nbsp; The key thing to remember about working with CAD is that you're actually working with a feature dataset and feature classes.&amp;nbsp; You can use the CAD feature class as input to many geoprocessing tools, including Append, without needing to use CADToGeodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--Karen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 18:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arc-10-0-cadtogeodatabase-syntax-to-write-to/m-p/625534#M48798</guid>
      <dc:creator>KarenHodge</dc:creator>
      <dc:date>2013-02-07T18:08:49Z</dc:date>
    </item>
  </channel>
</rss>

