<?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 Betreff: Data Extraction/Dynamic blocks: Can I count rows or columns in an array action? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-dynamic-blocks-can-i-count-rows-or-columns-in-an/m-p/11347564#M52917</link>
    <description>&lt;P&gt;You got the answer,&lt;/P&gt;
&lt;P&gt;look into the properties palette - it is not the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You create the same inside a block, but you are talking about the array parameter and this isn't the same.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 00:10:06 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2022-08-09T00:10:06Z</dc:date>
    <item>
      <title>Data Extraction/Dynamic blocks: Can I count rows or columns in an array action?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-dynamic-blocks-can-i-count-rows-or-columns-in-an/m-p/11333925#M52914</link>
      <description>&lt;P&gt;I created a dynamic block that I can array using these instructions:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=NgPuhIh_aSk" target="_blank"&gt;https://www.youtube.com/watch?v=NgPuhIh_aSk&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Why can't I just tell it to give me the number of rows or columns in the array that it creates?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 23:49:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-dynamic-blocks-can-i-count-rows-or-columns-in-an/m-p/11333925#M52914</guid>
      <dc:creator>cgooding</dc:creator>
      <dc:date>2022-08-01T23:49:53Z</dc:date>
    </item>
    <item>
      <title>Betreff: Data Extraction/Dynamic blocks: Can I count rows or columns in an array action?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-dynamic-blocks-can-i-count-rows-or-columns-in-an/m-p/11334496#M52915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;"&lt;SPAN&gt;Why can't I just tell it to give me&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Select the parameter, action or blockreference - can you see any row or column property?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;No, because there aren't and because of this - you can't just tell them to give you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(Note: You are in a user forum, not in autodesks office / support hotline)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use fields to calculate the value you want, if you need simple row/columns,&lt;/P&gt;
&lt;P&gt;precision0, distance/step length = your value.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 07:34:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-dynamic-blocks-can-i-count-rows-or-columns-in-an/m-p/11334496#M52915</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-08-02T07:34:13Z</dc:date>
    </item>
    <item>
      <title>Betreff: Data Extraction/Dynamic blocks: Can I count rows or columns in an array action?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-dynamic-blocks-can-i-count-rows-or-columns-in-an/m-p/11347558#M52916</link>
      <description>&lt;P&gt;Thanks for your reply. I should have been more specific:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I create an array using the array command, NOT in a dynamic block, I can select the array and the properties of rows and columns are right there in the properties panel.&amp;nbsp;&lt;BR /&gt;So, being naive, I thought that the array action in dynamic blocks is creating rows and/or columns in a similar manner, and therefore the data of "how many rows/columns are there in this array" must exist somewhere.&lt;/P&gt;&lt;P&gt;My question should have been "can I access that data"?&lt;BR /&gt;I suspect from your previous reply that the answer is "NO", and that the way those 2 different array functions work is totally different. But I want to be certain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 00:03:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-dynamic-blocks-can-i-count-rows-or-columns-in-an/m-p/11347558#M52916</guid>
      <dc:creator>cgooding</dc:creator>
      <dc:date>2022-08-09T00:03:15Z</dc:date>
    </item>
    <item>
      <title>Betreff: Data Extraction/Dynamic blocks: Can I count rows or columns in an array action?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-dynamic-blocks-can-i-count-rows-or-columns-in-an/m-p/11347564#M52917</link>
      <description>&lt;P&gt;You got the answer,&lt;/P&gt;
&lt;P&gt;look into the properties palette - it is not the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You create the same inside a block, but you are talking about the array parameter and this isn't the same.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 00:10:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-dynamic-blocks-can-i-count-rows-or-columns-in-an/m-p/11347564#M52917</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-08-09T00:10:06Z</dc:date>
    </item>
  </channel>
</rss>

