<?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 do I add custom properties to a leader text? in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777445#M116050</link>
    <description>&lt;P&gt;I'm trying to basically form a custom balloon that reads properties from a part on a drawing.&amp;nbsp; Ie.&amp;nbsp; Part1 has the user iproperty, "System"&amp;nbsp;with a value of "Heating"&amp;nbsp; Rather than use a balloon (which I also can't seem to get this to read a user iProp) I've tried to add a leader text.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working w/ FDS assets where two identical models can have 2 different iProperties using iLogic. So i can identify 2 identical speakers as "Left" and "Right."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially I want the leader text to read from the part or assy User iProperties like "System", "Circuit", etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't seem to find any way of doing this.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2015 12:19:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-19T12:19:36Z</dc:date>
    <item>
      <title>How do I add custom properties to a leader text?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777445#M116050</link>
      <description>&lt;P&gt;I'm trying to basically form a custom balloon that reads properties from a part on a drawing.&amp;nbsp; Ie.&amp;nbsp; Part1 has the user iproperty, "System"&amp;nbsp;with a value of "Heating"&amp;nbsp; Rather than use a balloon (which I also can't seem to get this to read a user iProp) I've tried to add a leader text.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working w/ FDS assets where two identical models can have 2 different iProperties using iLogic. So i can identify 2 identical speakers as "Left" and "Right."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially I want the leader text to read from the part or assy User iProperties like "System", "Circuit", etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't seem to find any way of doing this.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 12:19:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777445#M116050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-19T12:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add custom properties to a leader text?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777573#M116051</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Open tool Leader Text, select the part in the view and:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 - Select&amp;nbsp;the part&lt;/P&gt;
&lt;P&gt;2 - Select User Parameters&lt;/P&gt;
&lt;P&gt;3 - Select&amp;nbsp;Variable&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4 - Insert The parameter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/184237iAE06EF6A39EBCC90/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="1.png" title="1.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 13:24:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777573#M116051</guid>
      <dc:creator>CCarreiras</dc:creator>
      <dc:date>2015-08-19T13:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add custom properties to a leader text?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777883#M116052</link>
      <description>&lt;P&gt;All that does is insert the value, not a link to the value.&amp;nbsp; When I update the part the value doesn't update along with it.&amp;nbsp; Is this because it's an asset?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 15:28:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777883#M116052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-19T15:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add custom properties to a leader text?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777895#M116053</link>
      <description>&lt;P&gt;In my case, it insert the value... but this value is linked... if it changes, it update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want, post the file here and we can take a look on that.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 15:32:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777895#M116053</guid>
      <dc:creator>CCarreiras</dc:creator>
      <dc:date>2015-08-19T15:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add custom properties to a leader text?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777942#M116054</link>
      <description>&lt;P&gt;Thanks, I'll see if I can mess around w/ some settings and get it to work.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 15:57:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5777942#M116054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-19T15:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add custom properties to a leader text?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5778384#M116055</link>
      <description>&lt;P&gt;See if this helps&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 19:03:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5778384#M116055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-19T19:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add custom properties to a leader text?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5779735#M116056</link>
      <description>&lt;P&gt;Are you using an asset that can have varying iProperties?&amp;nbsp; I'm begining to think this is the source of my problems.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 12:54:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5779735#M116056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-20T12:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add custom properties to a leader text?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5779933#M116057</link>
      <description>&lt;P&gt;HI!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this you want to achieve?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/184517iFB4DB03D325D7C2D/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="1.png" title="1.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 13:55:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5779933#M116057</guid>
      <dc:creator>CCarreiras</dc:creator>
      <dc:date>2015-08-20T13:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add custom properties to a leader text?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5781221#M116058</link>
      <description>&lt;P&gt;Yes but I need the value linked. &amp;nbsp;So far I can only input a static value.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 02:27:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5781221#M116058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-21T02:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add custom properties to a leader text?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5781929#M116059</link>
      <description>&lt;P&gt;For those looking at this thread, I started a&amp;nbsp;related thread where I think there's more headway to solving the problem.&amp;nbsp; Thanks all goes to CCarreiras for helping out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/inventor-customization/how-do-i-read-data-from-an-fds-asset-to-a-leader-text/m-p/5779821/highlight/false#M58141" target="_blank"&gt;http://forums.autodesk.com/t5/inventor-customization/how-do-i-read-data-from-an-fds-asset-to-a-leader-text/m-p/5779821/highlight/false#M58141&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 13:32:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-i-add-custom-properties-to-a-leader-text/m-p/5781929#M116059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-21T13:32:16Z</dc:date>
    </item>
  </channel>
</rss>

