<?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: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10725019#M130707</link>
    <description>&lt;P&gt;I did not mean to hijack this thread.&amp;nbsp; Can a moderator separate my posts to a new thread or something?&amp;nbsp; Sorry about that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well I have the program working, but it looks like I have a lot of work to do in order to allow it to handle the new model states.&amp;nbsp; I do not see any reference to model states in the Apprentice documents.&amp;nbsp; Do any of you know if Apprentice can recognize model states?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think when the original file is selected, the program needs to get all referenced files from the master model state even if they are suppressed that way all the files will be available in the new folder.&amp;nbsp; The way it is now, if any of the items are suppressed, they are not added to the list.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyhow, I will probably make a new post to address this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again, thank you all for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&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="chrisw01a_0-1635609926258.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/983851iBADD693FA26CC13A/image-size/large?v=v2&amp;amp;px=999" role="button" title="chrisw01a_0-1635609926258.png" alt="chrisw01a_0-1635609926258.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Oct 2021 16:05:35 GMT</pubDate>
    <dc:creator>chrisw01a</dc:creator>
    <dc:date>2021-10-30T16:05:35Z</dc:date>
    <item>
      <title>❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10232556#M123237</link>
      <description>&lt;P&gt;Apprentice is widely use to get iProperties from outside Inventor,&amp;nbsp; the manual &lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-14997AFA-3813-48D0-A2F8-D6C54DD8E2EE" target="_blank" rel="noopener"&gt;states&lt;/A&gt;:&amp;nbsp;&lt;SPAN&gt;If only the FullFileName is specified for part and assembly documents, the &lt;STRONG&gt;master document&lt;/STRONG&gt; within the file is opened.&lt;BR /&gt;This is no longer true in Inventor 2022, what I get now are the property sets of factory document in the &lt;STRONG&gt;latest saved&lt;/STRONG&gt; model state.&lt;BR /&gt;This definitely breaks any apprentice based application.&lt;BR /&gt;&lt;BR /&gt;Could you please confirm this behaviour and let me know when it will be fixed?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 21:01:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10232556#M123237</guid>
      <dc:creator>CattabianiI</dc:creator>
      <dc:date>2021-04-12T21:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10232645#M123239</link>
      <description>&lt;P&gt;The 2022 API added a FilePropertySets property to the Document object. This property returns the master document property sets whereas the PropertySets property returns the property sets from the currently active model state document. You should be able to access this from an ApprenticeServer app as long as you update the Inventor Interop reference to the 2022 version.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 21:33:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10232645#M123239</guid>
      <dc:creator>nmunro</dc:creator>
      <dc:date>2021-04-12T21:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10232658#M123243</link>
      <description>&lt;P&gt;FilePropertySets is not an ApprenticeServerDocument property and it does not work indeed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="api"&gt;FilePropertySet is equivalent to the iProperties that got from Shell Extension and you're right to suppose that a property like that should work in apprentice but it doesn't&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 21:44:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10232658#M123243</guid>
      <dc:creator>CattabianiI</dc:creator>
      <dc:date>2021-04-12T21:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10232758#M123244</link>
      <description>&lt;P&gt;Agreed, it does seem like they have missed this in the 2022 apprentice server implementation. I tried a couple of ideas but there didn't appear to be a way to get to the master property sets.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 22:54:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10232758#M123244</guid>
      <dc:creator>nmunro</dc:creator>
      <dc:date>2021-04-12T22:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10258329#M123554</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3474788"&gt;@CattabianiI&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the inconvience. We've already tracked this issue and will try to provide a fix in the coming release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 02:28:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10258329#M123554</guid>
      <dc:creator>JaneFan</dc:creator>
      <dc:date>2021-04-22T02:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10718465#M130605</link>
      <description>&lt;P&gt;Hey guys/gals, I have a similar issue here do you think this is related?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/help-with-sdk-quot-copy-design-quot-copydesign-exe-crashing-with/m-p/10717955#M130597" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/help-with-sdk-quot-copy-design-quot-copydesign-exe-crashing-with/m-p/10717955#M130597&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 20:22:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10718465#M130605</guid>
      <dc:creator>chrisw01a</dc:creator>
      <dc:date>2021-10-27T20:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10720123#M130631</link>
      <description>&lt;P&gt;Is this why my part number is not being written?&amp;nbsp; The code gets the correct part number, but it does not write it into the "part number" field in iProperties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;'Get the iProperty "part number" from the current document.&lt;BR /&gt;Dim partNumber As Inventor.Property = openedDoc.FilePropertySets.Item("Design Tracking Properties").Item("Part Number")&lt;BR /&gt;'Set the partnumber field&lt;BR /&gt;partNumber.Value = renamePartNumber(dwgDoc)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Working with part 54321-101.ipt and renaming it to 99999-101.ipt&lt;/P&gt;&lt;P&gt;The "renamePartNumber" routine just strips out the "-101" which seems to be working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During debug, if I hover on "partNumber.Value", I get the correct value which in this case is "-101", but it does not get written to the iProperties, it is left blank.&lt;/P&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="chrisw01a_0-1635424769107.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/982930iB796B6B4EADE4271/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chrisw01a_0-1635424769107.png" alt="chrisw01a_0-1635424769107.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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 12:43:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10720123#M130631</guid>
      <dc:creator>chrisw01a</dc:creator>
      <dc:date>2021-10-28T12:43:44Z</dc:date>
    </item>
    <item>
      <title>回复： ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10721905#M130653</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/552098"&gt;@chrisw01a&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3474788"&gt;@CattabianiI&lt;/a&gt;&amp;nbsp; mentioned in another thread that &lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=GUID-7DD99399-461F-49F8-B341-B753ED0F77F9&amp;amp;_ga=2.25549373.1674420193.1635074122-1653616712.1632321543" target="_blank" rel="nofollow noopener noreferrer"&gt;PropertySets.FlushToFile&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; is needed to make the property change be written back to the file. Do you have this step in your code?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 01:56:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10721905#M130653</guid>
      <dc:creator>JaneFan</dc:creator>
      <dc:date>2021-10-29T01:56:09Z</dc:date>
    </item>
    <item>
      <title>回复： ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723004#M130668</link>
      <description>&lt;P&gt;I do not yet but I will give it a try.&amp;nbsp; How can I know if I am manipulating the properties for "Master" model state or any other model state?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 13:37:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723004#M130668</guid>
      <dc:creator>chrisw01a</dc:creator>
      <dc:date>2021-10-29T13:37:12Z</dc:date>
    </item>
    <item>
      <title>回复： ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723088#M130673</link>
      <description>&lt;P&gt;Here is what I get when I try your suggestion:&lt;/P&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="chrisw01a_0-1635516143056.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/983513i92C6107EEB161EA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="chrisw01a_0-1635516143056.png" alt="chrisw01a_0-1635516143056.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 14:03:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723088#M130673</guid>
      <dc:creator>chrisw01a</dc:creator>
      <dc:date>2021-10-29T14:03:11Z</dc:date>
    </item>
    <item>
      <title>回复： ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723105#M130674</link>
      <description>&lt;P&gt;I feel like I do not have the correct reference to "Autodesk.Inventor.Interop.dll"&lt;/P&gt;&lt;P&gt;How can I tell?&amp;nbsp; One time I changed it and then my project would not build stating something about requiring .NET 4.0 or something...&lt;/P&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="chrisw01a_0-1635516371221.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/983519i194333EA30BB655F/image-size/large?v=v2&amp;amp;px=999" role="button" title="chrisw01a_0-1635516371221.png" alt="chrisw01a_0-1635516371221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 14:06:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723105#M130674</guid>
      <dc:creator>chrisw01a</dc:creator>
      <dc:date>2021-10-29T14:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723117#M130675</link>
      <description>&lt;P&gt;As I said in the other thread you have to update the .NET framework of your project to 4.8, update the inventor reference that you can find here:&amp;nbsp;C:\Program Files\Autodesk\Inventor 2022\Bin\Public Assemblies&lt;BR /&gt;and then fix the compile errors due to this big update on your project.&lt;BR /&gt;After that looking into objects through watcher in VS or checking the inventor api manual you can find which modelstate FilePropertySets is referring to.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 14:13:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723117#M130675</guid>
      <dc:creator>CattabianiI</dc:creator>
      <dc:date>2021-10-29T14:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723152#M130677</link>
      <description>&lt;P&gt;I really appreciate your help.&amp;nbsp; I have the Inventor reference updated now, but I don't understand how to update the project to .NET 4.8.&amp;nbsp; Do I need to install something?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 14:26:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723152#M130677</guid>
      <dc:creator>chrisw01a</dc:creator>
      <dc:date>2021-10-29T14:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723189#M130678</link>
      <description>&lt;P&gt;I think I got it updated.&amp;nbsp; Lol&lt;/P&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="chrisw01a_0-1635518417466.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/983547i6D29EAB2F813C128/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chrisw01a_0-1635518417466.png" alt="chrisw01a_0-1635518417466.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 14:40:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723189#M130678</guid>
      <dc:creator>chrisw01a</dc:creator>
      <dc:date>2021-10-29T14:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723217#M130681</link>
      <description>&lt;P&gt;Got it!&lt;/P&gt;&lt;P&gt;Now to run through some scenarios.&lt;/P&gt;&lt;P&gt;Thank you guys!&lt;/P&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="chrisw01a_0-1635518899783.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/983552i7A4D21CAEB614BA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="chrisw01a_0-1635518899783.png" alt="chrisw01a_0-1635518899783.png" /&gt;&lt;/span&gt;&lt;/P&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="chrisw01a_1-1635518940093.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/983553i251A1940FD50EFC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="chrisw01a_1-1635518940093.png" alt="chrisw01a_1-1635518940093.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 14:49:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10723217#M130681</guid>
      <dc:creator>chrisw01a</dc:creator>
      <dc:date>2021-10-29T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10725019#M130707</link>
      <description>&lt;P&gt;I did not mean to hijack this thread.&amp;nbsp; Can a moderator separate my posts to a new thread or something?&amp;nbsp; Sorry about that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well I have the program working, but it looks like I have a lot of work to do in order to allow it to handle the new model states.&amp;nbsp; I do not see any reference to model states in the Apprentice documents.&amp;nbsp; Do any of you know if Apprentice can recognize model states?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think when the original file is selected, the program needs to get all referenced files from the master model state even if they are suppressed that way all the files will be available in the new folder.&amp;nbsp; The way it is now, if any of the items are suppressed, they are not added to the list.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyhow, I will probably make a new post to address this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again, thank you all for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&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="chrisw01a_0-1635609926258.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/983851iBADD693FA26CC13A/image-size/large?v=v2&amp;amp;px=999" role="button" title="chrisw01a_0-1635609926258.png" alt="chrisw01a_0-1635609926258.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 16:05:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10725019#M130707</guid>
      <dc:creator>chrisw01a</dc:creator>
      <dc:date>2021-10-30T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10725963#M130725</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/552098"&gt;@chrisw01a&lt;/a&gt;&amp;nbsp;read &lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/important-for-developers-working-with-level-of-details/td-p/10022289" target="_blank"&gt;this thread&lt;/A&gt; and linked documents to better understand model states, and then go with a new post &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@B4D44A73814D7FC0D950DEDFACB97081/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Oct 2021 10:38:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10725963#M130725</guid>
      <dc:creator>CattabianiI</dc:creator>
      <dc:date>2021-10-31T10:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10727862#M130759</link>
      <description>&lt;P&gt;Will do.&amp;nbsp; Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 13:24:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10727862#M130759</guid>
      <dc:creator>chrisw01a</dc:creator>
      <dc:date>2021-11-01T13:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10760649#M131306</link>
      <description>Hello Jane,&lt;BR /&gt;we have tested it with Vault 2022.2 and Inventor 2022.2 and it is still not working with apprentice?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Erik</description>
      <pubDate>Tue, 16 Nov 2021 12:40:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10760649#M131306</guid>
      <dc:creator>gilsdorf_e</dc:creator>
      <dc:date>2021-11-16T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: ❗ Inventor Apprentice 2022 - cannot retrieve master propertysets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10760666#M131308</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;we have tested it with Vault 2022.2 and Inventor 2022.2 and it is still not working with apprentice?&lt;/SPAN&gt;&lt;BR /&gt;What are you talking about?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 12:51:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-apprentice-2022-cannot-retrieve-master-propertysets/m-p/10760666#M131308</guid>
      <dc:creator>CattabianiI</dc:creator>
      <dc:date>2021-11-16T12:51:57Z</dc:date>
    </item>
  </channel>
</rss>

