<?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: ilogic iproperties.value in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-iproperties-value/m-p/8807021#M108968</link>
    <description>&lt;P&gt;Found the bug(typo) my self.&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2019 10:09:10 GMT</pubDate>
    <dc:creator>carstn</dc:creator>
    <dc:date>2019-05-22T10:09:10Z</dc:date>
    <item>
      <title>ilogic iproperties.value</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-iproperties-value/m-p/8806976#M108967</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;We are trying to write values into the&amp;nbsp;iproperties&amp;nbsp;of a part using a ilogic rule in the containing assembly.&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN style="color: rgb(255, 0, 0); font-weight: bold;"&gt;If&lt;/SPAN&gt; &lt;SPAN style="color: rgb(0, 0, 255);"&gt;Tank_Capacity&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;100 Liter&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt; &lt;SPAN style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Then&lt;/SPAN&gt;
&lt;SPAN style="color: rgb(128, 0, 128); font-weight: bold;"&gt;iProperties&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(128, 0, 128); font-weight: bold;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;Project&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;100 Liter&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;
&lt;SPAN style="color: rgb(128, 0, 128); font-weight: bold;"&gt;iProperties&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(128, 0, 128); font-weight: bold;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;Tank:1&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;Project&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-weight: bold;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;100 Liter&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 128, 128);"&gt;"&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;The first value are written into the iproperties of the assembly, just fine.&lt;/P&gt;
&lt;P&gt;But the second one, where we are trying to write to the contained parts iproperty is not working.&lt;/P&gt;
&lt;P&gt;What is wrong here?&lt;/P&gt;
&lt;P&gt;&lt;A title="ilogic: iProperties.Value" href="https://1drv.ms/u/s!AlBGL5mvg6LsgbVulCs8USjnDUt36Q" target="_blank" rel="noopener"&gt;Screenshot&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;
&lt;P&gt;carstn&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 09:45:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-iproperties-value/m-p/8806976#M108967</guid>
      <dc:creator>carstn</dc:creator>
      <dc:date>2019-05-22T09:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic iproperties.value</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-iproperties-value/m-p/8807021#M108968</link>
      <description>&lt;P&gt;Found the bug(typo) my self.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 10:09:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-iproperties-value/m-p/8807021#M108968</guid>
      <dc:creator>carstn</dc:creator>
      <dc:date>2019-05-22T10:09:10Z</dc:date>
    </item>
  </channel>
</rss>

