<?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 create an Anonymous block, but keep effective name the same as the or in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-create-an-anonymous-block-but-keep-effective-name-the/m-p/7129697#M31145</link>
    <description>&lt;P&gt;Can I convert my source block to dynamic and get the result I want that way?&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2017 17:04:43 GMT</pubDate>
    <dc:creator>oneMSN</dc:creator>
    <dc:date>2017-06-05T17:04:43Z</dc:date>
    <item>
      <title>How to create an Anonymous block, but keep effective name the same as the origin</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-an-anonymous-block-but-keep-effective-name-the/m-p/7129630#M31143</link>
      <description>&lt;P&gt;I know how to make an anonymous block by naming the blocks BlockTableRecord = "*U" but when the block is inserted into the drawing it's EffectiveName is not that of the original BlockDefinition.&lt;BR /&gt;&lt;BR /&gt;When AutoCAD creates an anonymous block for a dynamic block say, it manages to keep the effective name the same as the BlockDefinition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to be able to do that too.&lt;BR /&gt;&lt;BR /&gt;Anyone any Ideas on how that magic is done?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 16:33:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-an-anonymous-block-but-keep-effective-name-the/m-p/7129630#M31143</guid>
      <dc:creator>oneMSN</dc:creator>
      <dc:date>2017-06-05T16:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an Anonymous block, but keep effective name the same as the or</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-an-anonymous-block-but-keep-effective-name-the/m-p/7129689#M31144</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/585727"&gt;@oneMSN&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;I know how to make an anonymous block by naming the blocks BlockTableRecord = "*U" but when the block is inserted into the drawing it's EffectiveName is not that of the original BlockDefinition.&lt;BR /&gt;&lt;BR /&gt;When AutoCAD creates an anonymous block for a dynamic block say, it manages to keep the effective name the same as the BlockDefinition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to be able to do that too.&lt;BR /&gt;&lt;BR /&gt;Anyone any Ideas on how that magic is done?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The 'effective name' comes from the BlockReference's DynamicBlockTableRecord property. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For block references that are not dynamic, the DynamicBlockTableRecord's value is the same as their BlockTableRecord property's value. You can't change that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can store a reference to another BlockTableRecord's objectid within an Xrecord attached to a BlockReference, and use it the same way dynamic blocks use the DynamicBlockTableRecord property.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:00:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-an-anonymous-block-but-keep-effective-name-the/m-p/7129689#M31144</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2017-06-05T17:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an Anonymous block, but keep effective name the same as the or</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-an-anonymous-block-but-keep-effective-name-the/m-p/7129697#M31145</link>
      <description>&lt;P&gt;Can I convert my source block to dynamic and get the result I want that way?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 17:04:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-an-anonymous-block-but-keep-effective-name-the/m-p/7129697#M31145</guid>
      <dc:creator>oneMSN</dc:creator>
      <dc:date>2017-06-05T17:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an Anonymous block, but keep effective name the same as the or</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-an-anonymous-block-but-keep-effective-name-the/m-p/7129952#M31146</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/585727"&gt;@oneMSN&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Can I convert my source block to dynamic and get the result I want that way?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't believe there's any API that can convert a non-dynamic block into a dynamic block.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 18:54:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-an-anonymous-block-but-keep-effective-name-the/m-p/7129952#M31146</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2017-06-05T18:54:16Z</dc:date>
    </item>
  </channel>
</rss>

