<?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 Insert a block into another block in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/insert-a-block-into-another-block/m-p/1931076#M26092</link>
    <description>Hi, there  i was trying to insert a block (it is a .dwg file) into another block which is already in ModleSpace. Anyone has any ideas on this? Thanks a lot.</description>
    <pubDate>Mon, 02 Apr 2007 23:15:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-04-02T23:15:22Z</dc:date>
    <item>
      <title>Insert a block into another block</title>
      <link>https://forums.autodesk.com/t5/vba-forum/insert-a-block-into-another-block/m-p/1931076#M26092</link>
      <description>Hi, there  i was trying to insert a block (it is a .dwg file) into another block which is already in ModleSpace. Anyone has any ideas on this? Thanks a lot.</description>
      <pubDate>Mon, 02 Apr 2007 23:15:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/insert-a-block-into-another-block/m-p/1931076#M26092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-02T23:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a block into another block</title>
      <link>https://forums.autodesk.com/t5/vba-forum/insert-a-block-into-another-block/m-p/1931077#M26093</link>
      <description>Sure, Insert it into the existing Block's definition.&lt;BR /&gt;
&lt;BR /&gt;
&lt;RITA999&gt; wrote in message news:5539193@discussion.autodesk.com...&lt;BR /&gt;
Hi, there  i was trying to insert a block (it is a .dwg file) into another &lt;BR /&gt;
block which is already in ModleSpace. Anyone has any ideas on this? Thanks a &lt;BR /&gt;
lot.&lt;/RITA999&gt;</description>
      <pubDate>Mon, 02 Apr 2007 23:22:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/insert-a-block-into-another-block/m-p/1931077#M26093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-02T23:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a block into another block</title>
      <link>https://forums.autodesk.com/t5/vba-forum/insert-a-block-into-another-block/m-p/1931078#M26094</link>
      <description>gbl_app.Documents.Open(filename, 0, 0);&lt;BR /&gt;
AcadDocument doc = gbl_app.ActiveDocument;&lt;BR /&gt;
AcadBlocks blkcoll = doc.Blocks;                    &lt;BR /&gt;
//blkcoll.Add(object InsertionPoint, string dwg_file_to_add);&lt;BR /&gt;
I am here with my code, is it possible to add with the above "Add" function. I read that some people have to actually open each block (dwg) they want to insert. Is this true?</description>
      <pubDate>Thu, 15 Nov 2007 18:26:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/insert-a-block-into-another-block/m-p/1931078#M26094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-15T18:26:06Z</dc:date>
    </item>
  </channel>
</rss>

