<?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 Text Box in Sketch in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6229863#M62611</link>
    <description>&lt;P&gt;Works fine, thank you! But i have some problems to change the Font&amp;nbsp;Size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; Dim oTextBoxes As TextBoxes
 Dim oStyle As TextStyle
 
 
            For Each oTextBox In oTextBoxes
                oStyle = oTextBox.Style
                oStyle.Font = "Chiller"
                oStyle.FontSize = 10
            Next&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Object reference&lt;/SPAN&gt; &lt;SPAN&gt;not set to&lt;/SPAN&gt; &lt;SPAN&gt;an object instance&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2016 08:29:13 GMT</pubDate>
    <dc:creator>mk92</dc:creator>
    <dc:date>2016-03-23T08:29:13Z</dc:date>
    <item>
      <title>iLogic Text Box in Sketch</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6228218#M62596</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to create a textbox in a sketch at specific coordinates. Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 13:17:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6228218#M62596</guid>
      <dc:creator>mk92</dc:creator>
      <dc:date>2016-03-22T13:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Text Box in Sketch</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6229192#M62603</link>
      <description>&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;this sample add a text within a sketch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/embossed-text-with-ilogic/m-p/5511400/highlight/true#M54186" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-customization/embossed-text-with-ilogic/m-p/5511400/highlight/true#M54186&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bregs&lt;/P&gt;&lt;P&gt;Rossano Praderi&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 20:21:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6229192#M62603</guid>
      <dc:creator>rossano_praderi</dc:creator>
      <dc:date>2016-03-22T20:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Text Box in Sketch</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6229863#M62611</link>
      <description>&lt;P&gt;Works fine, thank you! But i have some problems to change the Font&amp;nbsp;Size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; Dim oTextBoxes As TextBoxes
 Dim oStyle As TextStyle
 
 
            For Each oTextBox In oTextBoxes
                oStyle = oTextBox.Style
                oStyle.Font = "Chiller"
                oStyle.FontSize = 10
            Next&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Object reference&lt;/SPAN&gt; &lt;SPAN&gt;not set to&lt;/SPAN&gt; &lt;SPAN&gt;an object instance&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 08:29:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6229863#M62611</guid>
      <dc:creator>mk92</dc:creator>
      <dc:date>2016-03-23T08:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Text Box in Sketch</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6230018#M62612</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi mk92,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you have to look for the property FormattedText if you want to override the text size for an specific TextBox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe you may find this post helpful:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/change-font-size-with-vb-net/m-p/5655174/highlight/true#M56192" target="_self"&gt;https://forums.autodesk.com/t5/inventor-customization/change-font-size-with-vb-net/m-p/5655174/highlight/true#M56192&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 10:08:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6230018#M62612</guid>
      <dc:creator>RodrigoEiras</dc:creator>
      <dc:date>2016-03-23T10:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Text Box in Sketch</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6230114#M62613</link>
      <description>&lt;P&gt;Got it! Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 11:22:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-text-box-in-sketch/m-p/6230114#M62613</guid>
      <dc:creator>mk92</dc:creator>
      <dc:date>2016-03-23T11:22:10Z</dc:date>
    </item>
  </channel>
</rss>

