<?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 Inventor Drawing Title block Definition in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-drawing-title-block-definition/m-p/14102303#M180144</link>
    <description>&lt;P&gt;I want to replace the existing text box parameter(Inventor User Defined Properties custom i property) with new parameter&amp;nbsp;(Inventor User Defined Properties custom i property) on the same text box&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2026 07:00:48 GMT</pubDate>
    <dc:creator>Barath_Alagarsamy</dc:creator>
    <dc:date>2026-04-23T07:00:48Z</dc:date>
    <item>
      <title>Inventor Drawing Title block Definition</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-drawing-title-block-definition/m-p/14102303#M180144</link>
      <description>&lt;P&gt;I want to replace the existing text box parameter(Inventor User Defined Properties custom i property) with new parameter&amp;nbsp;(Inventor User Defined Properties custom i property) on the same text box&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 07:00:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-drawing-title-block-definition/m-p/14102303#M180144</guid>
      <dc:creator>Barath_Alagarsamy</dc:creator>
      <dc:date>2026-04-23T07:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor Drawing Title block Definition</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-drawing-title-block-definition/m-p/14102727#M180149</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/18880775"&gt;@Barath_Alagarsamy&lt;/a&gt;.&amp;nbsp; Welcome to the forum.&lt;/P&gt;
&lt;P&gt;That is not much information to go by.&amp;nbsp; What type of help are you expecting or hoping for?&amp;nbsp; Which version/year of Inventor are you using.&amp;nbsp; Are you wanting to try to do this entirely by code, or entirely manually, or by code but with some manual interaction involved?&amp;nbsp; No one will be able to provide a complete working code example without knowing all the details involved, because we do not have your set of files, or your TitleBlockDefinition, and do not know which custom iProperties are involved.&amp;nbsp; At the innermost part of a code process like this is the&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2027/ENU/?guid=GUID-TextBox" target="_blank" rel="noopener"&gt;Inventor.TextBox&lt;/A&gt;&amp;nbsp;object, and its&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2027/ENU/?guid=TextBox_FormattedText" target="_blank" rel="noopener"&gt;TextBox.FormattedText&lt;/A&gt;&amp;nbsp;Property value.&amp;nbsp; This is different from the&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2027/ENU/?guid=TextBox_Text" target="_blank" rel="noopener"&gt;TextBox.Text&lt;/A&gt;&amp;nbsp;Property, because when 'Linked' iProperties, Parameters, and such are involved, the FormattedText Property's value will pretty much always contain some 'XML Tags', which can be complicated to understand, so can be even more complex to properly edit.&amp;nbsp; The only online Inventor API help we have for that is the&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2027/ENU/?guid=GUID-915B75BA-4696-4fc7-A2C6-54B2BACDE7E1" target="_blank" rel="noopener"&gt;XML Tags for FormattedText&lt;/A&gt;&amp;nbsp;page, which is nice, but does not provide much as far as working code examples.&amp;nbsp; What I usually recommend to most folks planning on editing some FormattedText is to use some form of feedback to write the current value of that Property out to the iLogic Log screen, or as the default value of an InputBox, or at least a MsgBox, so you can see the code it currently contains.&amp;nbsp; Then maybe change something about it manually, using the 'Format Text' dialog.&amp;nbsp; Then get the value of its FormattedText again, to see how what you did manually changed the code it contains.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 12:43:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-drawing-title-block-definition/m-p/14102727#M180149</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2026-04-23T12:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor Drawing Title block Definition</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-drawing-title-block-definition/m-p/14102840#M180152</link>
      <description>&lt;P&gt;If the textbox is using iproperties, edit the iproperties.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2026/ENU/?guid=iPropertyGetValue_Sample" target="_blank"&gt;https://help.autodesk.com/view/INVNTOR/2026/ENU/?guid=iPropertyGetValue_Sample&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2026/ENU/?guid=iPropertyCreateCustom_Sample" target="_blank"&gt;https://help.autodesk.com/view/INVNTOR/2026/ENU/?guid=iPropertyCreateCustom_Sample&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 13:51:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-drawing-title-block-definition/m-p/14102840#M180152</guid>
      <dc:creator>hollypapp65</dc:creator>
      <dc:date>2026-04-23T13:51:37Z</dc:date>
    </item>
  </channel>
</rss>

