<?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: Block and it’s reference (block to reference pointer) in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3444671#M55763</link>
    <description>&lt;P&gt;Thank you Alexander that's very good to know too. Spasibo.&lt;/P&gt;</description>
    <pubDate>Fri, 04 May 2012 14:51:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-04T14:51:01Z</dc:date>
    <item>
      <title>Block and it’s reference (block to reference pointer)</title>
      <link>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3443139#M55759</link>
      <description>&lt;P&gt;I have a block: “Block_A”. I am trying to determine if a block reference of the block exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I would iterate every block Reference in the Block Table, and then dig deep into each block ref . . . . .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if I could just take “Block_A” and see if it has reference and where the references are. Perhaps this is just wishful thinking but I was hoping for a faster way to obtain the references then to iterate thousands of blocks in each table record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2012 18:16:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3443139#M55759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-03T18:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Block and it’s reference (block to reference pointer)</title>
      <link>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3443199#M55760</link>
      <description>&lt;P&gt;So you want to find all the BlockReferences associated with a particular BlockTableRecord? If so, BlockTableRecord.GetBlockReferenceIds() is the function you're looking for.&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2012 18:34:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3443199#M55760</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2012-05-03T18:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Block and it’s reference (block to reference pointer)</title>
      <link>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3443437#M55761</link>
      <description>&lt;P&gt;Thank you Stephen.&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2012 20:19:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3443437#M55761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-03T20:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Block and it’s reference (block to reference pointer)</title>
      <link>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3444395#M55762</link>
      <description>&lt;P&gt;Stephen!&lt;/P&gt;
&lt;P&gt;It is true only for "non-dynamic" block's. Other words if blockreference of dynamic block was modified then its ObjectID was not returned with BlockTableRecord.GetBlockReferenceIds().&lt;/P&gt;
&lt;P&gt;It is possible get all ObjectID of anonymous BlockTableRecord's which corresponds to main BlockTableRecord with help of method&amp;nbsp;BlockTableRecord.GetAnonymousBlockIds(), and then for each&amp;nbsp; anonymous BlockTableRecord method BlockTableRecord.GetBlockReferenceIds() return all BlockReference: &lt;A href="http://forums.autodesk.com/t5/NET/Keeping-track-of-Dynamic-Blocks/m-p/2306838#M11171" target="_blank"&gt;http://forums.autodesk.com/t5/NET/Keeping-track-of-Dynamic-Blocks/m-p/2306838#M11171&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2012 13:17:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3444395#M55762</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2012-05-04T13:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Block and it’s reference (block to reference pointer)</title>
      <link>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3444671#M55763</link>
      <description>&lt;P&gt;Thank you Alexander that's very good to know too. Spasibo.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2012 14:51:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/block-and-it-s-reference-block-to-reference-pointer/m-p/3444671#M55763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-04T14:51:01Z</dc:date>
    </item>
  </channel>
</rss>

