<?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: Save user parameter in IDW? in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-user-parameter-in-idw/m-p/12640208#M164860</link>
    <description>&lt;P&gt;save the data in the registry. I do it to assign plotter, pdf , fillet with custom radius, lastOpendrawing. I can use the info in Autocad or Inventor. if the registry doesn't exist I just create it.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 11:21:43 GMT</pubDate>
    <dc:creator>^_^clovis^_^</dc:creator>
    <dc:date>2024-03-14T11:21:43Z</dc:date>
    <item>
      <title>Save user parameter in IDW?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-user-parameter-in-idw/m-p/12638558#M164832</link>
      <description>&lt;P&gt;I've created some ilogic using a user entered shared variable.&lt;/P&gt;&lt;P&gt;Which works fine for that session.&amp;nbsp; But when Inventor is closed, the variable is cleared out.&lt;/P&gt;&lt;P&gt;Is there a way to save a variable in an IDW so that the value is there next time it's opened?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 18:04:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-user-parameter-in-idw/m-p/12638558#M164832</guid>
      <dc:creator>tgregory3G7FA</dc:creator>
      <dc:date>2024-03-13T18:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Save user parameter in IDW?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-user-parameter-in-idw/m-p/12638575#M164833</link>
      <description>&lt;P&gt;Save the variable to a text file when it change in rule and read it when the rule run.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 18:10:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-user-parameter-in-idw/m-p/12638575#M164833</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2024-03-13T18:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Save user parameter in IDW?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-user-parameter-in-idw/m-p/12638699#M164842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5303485"&gt;@tgregory3G7FA&lt;/a&gt;.&amp;nbsp; If you really want to save a value within the document, instead of externally, then there are 3 main places to save something like that.&amp;nbsp; In a &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-UserParameter" target="_blank" rel="noopener"&gt;UserParameter&lt;/A&gt;, in a custom &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-Property" target="_blank" rel="noopener"&gt;iProperty&lt;/A&gt;, or in a document level &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-Attribute" target="_blank" rel="noopener"&gt;Attribute&lt;/A&gt;.&amp;nbsp; The iProperty route is likely the quickest and simplest, but it would be visible in the iProperties dialog, on the Custom tab.&amp;nbsp; The Attribute route would be the most complicated (but not that bad), and would also be the only truly out of sight location, because there is no user interface way to access them (only by code).&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;oSet = ThisDoc.Document.AttributeSets.Add("SetName")
oAtt = oSet.Add("Name", ValueTypeEnum.kStringType, "Your Value Here")&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 13 Mar 2024 19:07:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-user-parameter-in-idw/m-p/12638699#M164842</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-03-13T19:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Save user parameter in IDW?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-user-parameter-in-idw/m-p/12640208#M164860</link>
      <description>&lt;P&gt;save the data in the registry. I do it to assign plotter, pdf , fillet with custom radius, lastOpendrawing. I can use the info in Autocad or Inventor. if the registry doesn't exist I just create it.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 11:21:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-user-parameter-in-idw/m-p/12640208#M164860</guid>
      <dc:creator>^_^clovis^_^</dc:creator>
      <dc:date>2024-03-14T11:21:43Z</dc:date>
    </item>
  </channel>
</rss>

