<?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: Part list filter settings true or flase VBA in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/part-list-filter-settings-true-or-flase-vba/m-p/12436240#M161374</link>
    <description>&lt;P&gt;Hi, I am also interested in partlist filter though the VBA. is it available?&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 14:21:46 GMT</pubDate>
    <dc:creator>skyngu</dc:creator>
    <dc:date>2023-12-12T14:21:46Z</dc:date>
    <item>
      <title>Part list filter settings true or flase VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/part-list-filter-settings-true-or-flase-vba/m-p/11265807#M139821</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;Hello

is there a way to turn the parts list filter settings on and off with a vba code&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marcovantrier_0-1656486527401.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1085564iC59A651C5B1CABB5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcovantrier_0-1656486527401.png" alt="marcovantrier_0-1656486527401.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 07:12:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/part-list-filter-settings-true-or-flase-vba/m-p/11265807#M139821</guid>
      <dc:creator>marco.vantrier</dc:creator>
      <dc:date>2022-06-29T07:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Part list filter settings true or flase VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/part-list-filter-settings-true-or-flase-vba/m-p/11266291#M139827</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9980956"&gt;@marco.vantrier&lt;/a&gt;.&amp;nbsp; I have never seen anything available within Inventor's API that would allow us to access to the PartsList filter functionality by code yet.&amp;nbsp; I also just did a quick search of the Inventor Ideas forum to see if anyone else has posted a request for this ability.&amp;nbsp; I found a few posts about PartsList filtering, I was surprised that I did not find one specifically requesting the ability to access these settings though the Inventor API, VBA, or iLogic yet.&amp;nbsp; Maybe you could create a post there requesting it, then post a link to it back here.&amp;nbsp; It is something that folks have wanted for several years now.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 11:30:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/part-list-filter-settings-true-or-flase-vba/m-p/11266291#M139827</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2022-06-29T11:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Part list filter settings true or flase VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/part-list-filter-settings-true-or-flase-vba/m-p/12436240#M161374</link>
      <description>&lt;P&gt;Hi, I am also interested in partlist filter though the VBA. is it available?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 14:21:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/part-list-filter-settings-true-or-flase-vba/m-p/12436240#M161374</guid>
      <dc:creator>skyngu</dc:creator>
      <dc:date>2023-12-12T14:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Part list filter settings true or flase VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/part-list-filter-settings-true-or-flase-vba/m-p/12436265#M161376</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/587008"&gt;@skyngu&lt;/a&gt;.&amp;nbsp; They did actually add properties to the &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-PartsList" target="_blank" rel="noopener"&gt;PartsList&lt;/A&gt; object, and its related objects, just for allowing us access to those filter settings (&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=PartsList_FilterSettings" target="_blank" rel="noopener"&gt;PartsList.FilterSettings&lt;/A&gt;, &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-PartsListFilterSettings" target="_blank" rel="noopener"&gt;PartsListFilterSettings&lt;/A&gt;, &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-PartsListFilterItem" target="_blank" rel="noopener"&gt;PartsListFilterItem&lt;/A&gt;, &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=PartsListFilterItem_FilterItemType" target="_blank" rel="noopener"&gt;PartsListFilterItem.FilterItemType&lt;/A&gt;, &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=PartsListFilterItemTypeEnum" target="_blank" rel="noopener"&gt;PartsListFilterItemTypeEnum&lt;/A&gt;).&amp;nbsp; However, those were just added in the 2024.1 update of Inventor, so they would not be available in 2019 version.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 14:31:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/part-list-filter-settings-true-or-flase-vba/m-p/12436265#M161376</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2023-12-12T14:31:15Z</dc:date>
    </item>
  </channel>
</rss>

