<?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>tema Getting the &amp;quot;Handle&amp;quot; and &amp;quot;Anonymous Name&amp;quot; to populate in a Data Extraction en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/getting-the-quot-handle-quot-and-quot-anonymous-name-quot-to/m-p/13208195#M1143702</link>
    <description>&lt;P&gt;Greetings Autodesk Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a customer that needs both the "Handle" and "Anonymous Name" data to populate in a Data Extraction for some Blocks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the 'List' command on one of the Blocks that I am working with, I can see both the Handle and Anonymous Name, but these fields do not populate when I run a Data Extraction with all fields turned on and checked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do any of you know how to get these two fields to populate within a Data Extraction or another way to get all of the needed attributes from the Blocks AND these two fields to populate in a report/spreadsheet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Morgan.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 17:44:47 GMT</pubDate>
    <dc:creator>morgan.dentonJJXCT</dc:creator>
    <dc:date>2024-12-12T17:44:47Z</dc:date>
    <item>
      <title>Getting the "Handle" and "Anonymous Name" to populate in a Data Extraction</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/getting-the-quot-handle-quot-and-quot-anonymous-name-quot-to/m-p/13208195#M1143702</link>
      <description>&lt;P&gt;Greetings Autodesk Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a customer that needs both the "Handle" and "Anonymous Name" data to populate in a Data Extraction for some Blocks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the 'List' command on one of the Blocks that I am working with, I can see both the Handle and Anonymous Name, but these fields do not populate when I run a Data Extraction with all fields turned on and checked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do any of you know how to get these two fields to populate within a Data Extraction or another way to get all of the needed attributes from the Blocks AND these two fields to populate in a report/spreadsheet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Morgan.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 17:44:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/getting-the-quot-handle-quot-and-quot-anonymous-name-quot-to/m-p/13208195#M1143702</guid>
      <dc:creator>morgan.dentonJJXCT</dc:creator>
      <dc:date>2024-12-12T17:44:47Z</dc:date>
    </item>
    <item>
      <title>Betreff: Getting the "Handle" and "Anonymous Name" to populate in a Data Extraction</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/getting-the-quot-handle-quot-and-quot-anonymous-name-quot-to/m-p/13208247#M1143708</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;V1) Use ATTOUT instead of DATAEXTRACTION (if you don't need dynamic properties values)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;V2) No, there is nothing ootb (see V3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But for your own standard blocks in future: Add additional attributdefinitions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and paste this fieldcode as default:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Blockname: %&amp;lt;\AcObjProp.16.2 Object(?BlockRefId,1).Name&amp;gt;%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Insert Handle: %&amp;lt;\AcObjProp.16.2 Object(?BlockRefId,1).Handle&amp;gt;%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;EM&gt;&amp;nbsp; (copy it from notepad and paste it in AttDef dialog / default)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Insert a new blockreference (or run Attsync for existing ones)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run DataExtraction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;V2) Use another tool to extract what you need. I can't think you will find one ready to use,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but if you have the source code of this tool (Lisp source code for example) and it is allowed to edit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this code for you, it's easy to add Handle/Name data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 18:15:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/getting-the-quot-handle-quot-and-quot-anonymous-name-quot-to/m-p/13208247#M1143708</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-12-12T18:15:28Z</dc:date>
    </item>
  </channel>
</rss>

