<?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: How can I obtain DerivedProperty and PhysicalProperty in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661080#M144142</link>
    <description>No, it in the title block definition.  I've use GetResultText to obtain the information so this thread is finished.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help though.</description>
    <pubDate>Wed, 14 Apr 2010 13:37:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-04-14T13:37:37Z</dc:date>
    <item>
      <title>How can I obtain DerivedProperty and PhysicalProperty</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661076#M144138</link>
      <description>I know I can get the text values of the following from TitleBlock.GetResultText(TextBox) but is the another/better way?  The following is from TitleBlock &amp;gt; TextBox.FormattedText&lt;BR /&gt;
&lt;BR /&gt;
I had to attach an image of the body of this thread because the formatting is getting stripped out automatically.&lt;BR /&gt;
&lt;BR /&gt;
{code}&lt;BR /&gt;
&lt;DERIVEDPROPERTY derivedid="29705"&gt;Sheet Size&lt;/DERIVEDPROPERTY&gt;&lt;BR /&gt;
&lt;DERIVEDPROPERTY derivedid="29704"&gt;Sheet number&lt;/DERIVEDPROPERTY&gt;&lt;BR /&gt;
&lt;DERIVEDPROPERTY derivedid="29703"&gt;Number of sheets&lt;/DERIVEDPROPERTY&gt;&lt;BR /&gt;
&lt;STYLEOVERRIDE fontsize="0.23876"&gt;&lt;PHYSICALPROPERTY physicalpropertyid="72449" precision="2"&gt;MASS&lt;/PHYSICALPROPERTY&gt;&lt;/STYLEOVERRIDE&gt;&lt;BR /&gt;
{code}&lt;BR /&gt;
&lt;BR /&gt;
Edited by: Cadfish1 on Apr 6, 2010 12:15 AM&lt;BR /&gt;
&lt;BR /&gt;
Edited by: Cadfish1 on Apr 6, 2010 12:16 AM

Edited by: Cadfish1 on Apr 6, 2010 12:16 AM</description>
      <pubDate>Tue, 06 Apr 2010 00:15:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661076#M144138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-06T00:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I obtain DerivedProperty and PhysicalProperty</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661077#M144139</link>
      <description>Hi Cadfish,&lt;BR /&gt;
&lt;BR /&gt;
Do you want to obtain the text values of DerivedProperty and PhysicalProperty?&lt;BR /&gt;
Say, TextBox.Text contains one DerivedProperty "Sheet Number" with DerivedID='29706',&lt;BR /&gt;
GetResultText will return "SHEET 1  OF 1 " for it. Is it your desired?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
-Inventor API QA

Edited by: GuanZi432100 on Apr 13, 2010 7:49 AM</description>
      <pubDate>Tue, 13 Apr 2010 07:48:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661077#M144139</guid>
      <dc:creator>JarFu</dc:creator>
      <dc:date>2010-04-13T07:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I obtain DerivedProperty and PhysicalProperty</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661078#M144140</link>
      <description>Yes.  I am aware of GetResultText but I was hoping for another way if it exists (I'm guessing not).</description>
      <pubDate>Tue, 13 Apr 2010 11:46:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661078#M144140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-13T11:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I obtain DerivedProperty and PhysicalProperty</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661079#M144141</link>
      <description>If you have a DrawingNote(with the derived property etc.) on sheet then you can output the DrawingNote.Text directly. Hope this helps.

Edited by: yuhanzhang on Apr 14, 2010 5:42 AM</description>
      <pubDate>Wed, 14 Apr 2010 05:41:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661079#M144141</guid>
      <dc:creator>YuhanZhang</dc:creator>
      <dc:date>2010-04-14T05:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I obtain DerivedProperty and PhysicalProperty</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661080#M144142</link>
      <description>No, it in the title block definition.  I've use GetResultText to obtain the information so this thread is finished.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help though.</description>
      <pubDate>Wed, 14 Apr 2010 13:37:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-can-i-obtain-derivedproperty-and-physicalproperty/m-p/2661080#M144142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-14T13:37:37Z</dc:date>
    </item>
  </channel>
</rss>

