<?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 Replace part of view label without changing to string in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/replace-part-of-view-label-without-changing-to-string/m-p/13165504#M174182</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am wondering is it possible to change view labels text but witout changing whole label to string,&lt;/P&gt;&lt;P&gt;now when i am placing flat pattern view via ilogic rule so i can show label as it is, with view name and scale, when editing view by double click on it and make different scale, label is auto updating but when i tried&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;view.&lt;SPAN&gt;Label&lt;/SPAN&gt;.&lt;SPAN&gt;FormattedText&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;it changes whole label to string and after changing scale of view by hand it is't updating in view label,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to replace view name text from view name to symbol from AIGDT font (02xF)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i make this by making label as formatted text scale auto updating is disabling, because scale is place as string text not value, and if i place it as value it is show as 0,05 not 1 : 20,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it some simple way to make this rule?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2024 13:29:32 GMT</pubDate>
    <dc:creator>bartlomiej.nowak2SCUW</dc:creator>
    <dc:date>2024-11-21T13:29:32Z</dc:date>
    <item>
      <title>Replace part of view label without changing to string</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/replace-part-of-view-label-without-changing-to-string/m-p/13165504#M174182</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am wondering is it possible to change view labels text but witout changing whole label to string,&lt;/P&gt;&lt;P&gt;now when i am placing flat pattern view via ilogic rule so i can show label as it is, with view name and scale, when editing view by double click on it and make different scale, label is auto updating but when i tried&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;view.&lt;SPAN&gt;Label&lt;/SPAN&gt;.&lt;SPAN&gt;FormattedText&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;it changes whole label to string and after changing scale of view by hand it is't updating in view label,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to replace view name text from view name to symbol from AIGDT font (02xF)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i make this by making label as formatted text scale auto updating is disabling, because scale is place as string text not value, and if i place it as value it is show as 0,05 not 1 : 20,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it some simple way to make this rule?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 13:29:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/replace-part-of-view-label-without-changing-to-string/m-p/13165504#M174182</guid>
      <dc:creator>bartlomiej.nowak2SCUW</dc:creator>
      <dc:date>2024-11-21T13:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Replace part of view label without changing to string</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/replace-part-of-view-label-without-changing-to-string/m-p/13166249#M174192</link>
      <description>&lt;P&gt;you must use correct syntax like :&amp;lt;DrawingViewName/&amp;gt;&lt;/P&gt;&lt;P&gt;start from here :&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2025/ENU/?guid=GUID-915B75BA-4696-4fc7-A2C6-54B2BACDE7E1" target="_blank"&gt;Inventor 2025 Help | XML Tags for FormattedText | Autodesk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can use this in vba to check wat is under view label formatted text :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Sub v()
On Error Resume Next

Debug.Print ThisApplication.CommandManager.Pick(kDrawingViewFilter, "Choose view").Label.FormattedText
End Sub&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Nov 2024 17:48:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/replace-part-of-view-label-without-changing-to-string/m-p/13166249#M174192</guid>
      <dc:creator>marcin_otręba</dc:creator>
      <dc:date>2024-11-21T17:48:28Z</dc:date>
    </item>
  </channel>
</rss>

