<?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: Autocad Map file still in use after import in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436024#M41997</link>
    <description>&lt;P&gt;They have to be removed from the attached drawing set. &amp;nbsp;You can check for .DWK files (lock).&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Dec 2014 15:19:09 GMT</pubDate>
    <dc:creator>fieldguy</dc:creator>
    <dc:date>2014-12-08T15:19:09Z</dc:date>
    <item>
      <title>Autocad Map file still in use after import</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436016#M41996</link>
      <description>&lt;P&gt;I'm able to import some shp files without any trouble...but for some reason, autocad is keeping the files open after the import, and I want to delete them. I've tried disposing and/or setting vars to nothing, but can't seem to get them released without closing Autocad completely. Anyone have any tips?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2014 15:14:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436016#M41996</guid>
      <dc:creator>andrew_demerchant</dc:creator>
      <dc:date>2014-12-08T15:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Autocad Map file still in use after import</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436024#M41997</link>
      <description>&lt;P&gt;They have to be removed from the attached drawing set. &amp;nbsp;You can check for .DWK files (lock).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2014 15:19:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436024#M41997</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2014-12-08T15:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Autocad Map file still in use after import</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436033#M41998</link>
      <description>&lt;P&gt;Something like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;if (prjModel.DrawingSet.AllDrawingsCount &amp;gt; 0)
                        while (prjModel.DrawingSet.AllDrawingsCount &amp;gt; 0)
                            prjModel.DrawingSet.DetachDrawing(0);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2014 15:25:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436033#M41998</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2014-12-08T15:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Autocad Map file still in use after import</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436201#M41999</link>
      <description>Thanks for the reply, but these shp files are imported, not attached...There are being brought in using an Autodesk.Gis.Map.HostMapApplicationServices.Application.Importer</description>
      <pubDate>Mon, 08 Dec 2014 17:26:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436201#M41999</guid>
      <dc:creator>andrew_demerchant</dc:creator>
      <dc:date>2014-12-08T17:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Autocad Map file still in use after import</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436313#M42000</link>
      <description>&lt;P&gt;I see. &amp;nbsp;You could try posting in the Map 3D Developer forum. &amp;nbsp;Dcoumentation seems to be a bit scarce.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://forums.autodesk.com/t5/autocad-map-3d-developer/bd-p/84"&gt;http://forums.autodesk.com/t5/autocad-map-3d-developer/bd-p/84&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2014 18:33:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436313#M42000</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2014-12-08T18:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Autocad Map file still in use after import</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436321#M42001</link>
      <description>That's putting it lightly! Thanks - I'll try the Map 3D forum.</description>
      <pubDate>Mon, 08 Dec 2014 18:39:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-map-file-still-in-use-after-import/m-p/5436321#M42001</guid>
      <dc:creator>andrew_demerchant</dc:creator>
      <dc:date>2014-12-08T18:39:02Z</dc:date>
    </item>
  </channel>
</rss>

