<?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: How to process drawings silently in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-process-drawings-silently/m-p/5739734#M39203</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like a job for the "Core Console", core console it's a UI stripped down Autocad, just the command line, and not much more, and the best of all, it's programmable via .NET, a start here:&amp;nbsp;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/2012/02/the-autocad-2013-core-console.html" target="_self"&gt;Core Console&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaston Nunez&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jul 2015 17:48:49 GMT</pubDate>
    <dc:creator>hgasty1001</dc:creator>
    <dc:date>2015-07-24T17:48:49Z</dc:date>
    <item>
      <title>How to process drawings silently</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-process-drawings-silently/m-p/5739559#M39201</link>
      <description>&lt;P&gt;I want to make my application efficient for processing large amounts of drawings. &amp;nbsp;All my routine is doing is opening the drawings to extract certain attribute info from it. &amp;nbsp;Is there a way to process the drawings without having them load graphically in AutoCAD?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 16:25:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-process-drawings-silently/m-p/5739559#M39201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-24T16:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to process drawings silently</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-process-drawings-silently/m-p/5739713#M39202</link>
      <description>&lt;P&gt;You can sideload the drawings&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;        {
            string FileName = @"c:\filename.dwg";
            using (Database db = new Database(false, true))
            {
                db.ReadDwgFile(FileName, FileOpenMode.OpenForReadAndReadShare, false, "");
            }
        }&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Jul 2015 17:37:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-process-drawings-silently/m-p/5739713#M39202</guid>
      <dc:creator>arcticad</dc:creator>
      <dc:date>2015-07-24T17:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to process drawings silently</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-process-drawings-silently/m-p/5739734#M39203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like a job for the "Core Console", core console it's a UI stripped down Autocad, just the command line, and not much more, and the best of all, it's programmable via .NET, a start here:&amp;nbsp;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/2012/02/the-autocad-2013-core-console.html" target="_self"&gt;Core Console&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaston Nunez&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 17:48:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-process-drawings-silently/m-p/5739734#M39203</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2015-07-24T17:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to process drawings silently</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-process-drawings-silently/m-p/5743733#M39204</link>
      <description>&lt;P&gt;I was checking the core console out, but I still need to be able to process specific VB.NET code on the drawings as they open. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 20:09:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-process-drawings-silently/m-p/5743733#M39204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T20:09:23Z</dc:date>
    </item>
  </channel>
</rss>

