<?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 How to use GroupId (of the Multiple Row grouping) in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/how-to-use-groupid-of-the-multiple-row-grouping/m-p/10978813#M2635</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While having a multiple row grouping like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 296px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1031321iDDB9841E767B2EEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can I get the detail of all the rows that are grouped?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;foreach (ACW.ItemAssoc itemAssoc in itemBOM.ItemAssocArray)&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;{&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;if (itemAssoc.IsGroup)&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;{&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;Console.WriteLine(itemAssoc.GroupId);&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;}&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;}&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;Thanks&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2022 07:06:34 GMT</pubDate>
    <dc:creator>glanard</dc:creator>
    <dc:date>2022-03-02T07:06:34Z</dc:date>
    <item>
      <title>How to use GroupId (of the Multiple Row grouping)</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/how-to-use-groupid-of-the-multiple-row-grouping/m-p/10978813#M2635</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While having a multiple row grouping like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 296px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1031321iDDB9841E767B2EEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can I get the detail of all the rows that are grouped?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;foreach (ACW.ItemAssoc itemAssoc in itemBOM.ItemAssocArray)&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;{&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;if (itemAssoc.IsGroup)&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;{&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;Console.WriteLine(itemAssoc.GroupId);&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;}&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;}&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;Thanks&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 07:06:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/how-to-use-groupid-of-the-multiple-row-grouping/m-p/10978813#M2635</guid>
      <dc:creator>glanard</dc:creator>
      <dc:date>2022-03-02T07:06:34Z</dc:date>
    </item>
  </channel>
</rss>

