<?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: Sclae on tile block with Ilogic in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5661286#M56328</link>
    <description>&lt;P&gt;Thanks a lot it's working pretty good now !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However I had a mistake when using the code, at this line :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;drawingviewname =ThisApplication.activedocument.ActiveSheet.drawin?gviews.item(1).Name&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So&amp;nbsp;i copy and paste&amp;nbsp;the line from my previous code. which exactly the same as yours and it worked ??!!.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN style="color: #800000;"&gt;drawingviewname&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ThisApplication&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;activedocument&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ActiveSheet&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;drawingviews&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;item&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Name&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And i see now writing this email the line I copy and paste from you has a ? on it which is not here on my inventor.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2015 15:55:18 GMT</pubDate>
    <dc:creator>srionde</dc:creator>
    <dc:date>2015-06-02T15:55:18Z</dc:date>
    <item>
      <title>Sclae on tile block with Ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5659797#M56296</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using this code to put scale on block and use before save document as trigger, however if I have more than one page on my idw file, everytime i&amp;nbsp; save, I always go back to the last page.&lt;/P&gt;
&lt;P&gt;Is this anyway to keep same page ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;For&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;Each&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Osheet&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;In&lt;/SPAN&gt; &lt;SPAN style="color: #800080; font-weight: bold;"&gt;ThisApplication&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;activedocument&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;sheets&lt;/SPAN&gt;
    &lt;SPAN style="color: #800080; font-weight: bold;"&gt;ActiveSheet&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ThisDrawing&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Sheet&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;osheet&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;
    
    &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;If&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;osheet&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;TitleBlock&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;Is&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;Nothing&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;Or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;osheet&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;drawingviews&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;0&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;Then&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;Exit Sub&lt;/SPAN&gt;
 &lt;SPAN style="color: #800000;"&gt;otitleblock&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;osheet&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;TitleBlock&lt;/SPAN&gt;
 &lt;SPAN style="color: #800000;"&gt;otextboxes&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;otitleblock&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;definition&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;sketch&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;textboxes&lt;/SPAN&gt;
 &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;For&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;Each&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;otextbox&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;In&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;otextboxes&lt;/SPAN&gt;
     &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;If&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;otextbox&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;text&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;&amp;lt;ÉCHELLE&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;Then&lt;/SPAN&gt;
        &lt;SPAN style="color: #800000;"&gt;drawingviewname&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ThisApplication&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;activedocument&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ActiveSheet&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;drawingviews&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;item&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Name&lt;/SPAN&gt;
        &lt;SPAN style="color: #800000;"&gt;otitleblock&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;setpromptresulttext&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;otextbox&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ActiveSheet&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;View&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;drawingviewname&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ScaleString&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;
    &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;End&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;If&lt;/SPAN&gt;
    
&lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;Next&lt;/SPAN&gt;

&lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;Next&lt;/SPAN&gt;
&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ThisApplication&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;activedocument&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;sheets&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;item&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;activate&lt;/SPAN&gt;
&lt;SPAN style="color: #800080; font-weight: bold;"&gt;InventorVb&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;DocumentUpdate&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;()&lt;/SPAN&gt;
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 16:44:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5659797#M56296</guid>
      <dc:creator>srionde</dc:creator>
      <dc:date>2015-06-01T16:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sclae on tile block with Ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5659842#M56299</link>
      <description>I would think your 2nd last line accomplishes this.</description>
      <pubDate>Mon, 01 Jun 2015 17:28:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5659842#M56299</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2015-06-01T17:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sclae on tile block with Ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5659846#M56300</link>
      <description>&lt;P&gt;Unfortunatly no, when it still the same even without this line&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 17:34:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5659846#M56300</guid>
      <dc:creator>srionde</dc:creator>
      <dc:date>2015-06-01T17:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sclae on tile block with Ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5660469#M56305</link>
      <description>&lt;PRE&gt;For Each Osheet In ThisApplication.activedocument.sheets
  If osheet.TitleBlock Is Nothing Or osheet.drawingviews.count=0 Then Exit Sub
    otitleblock=osheet.TitleBlock
    otextboxes=otitleblock.definition.sketch.textboxes
    For Each otextbox In otextboxes
      If otextbox.text= "&amp;lt;ÉCHELLE&amp;gt;" Then
        drawingviewname =ThisApplication.activedocument.ActiveSheet.drawingviews.item(1).Name
        otitleblock.setpromptresulttext(otextbox, ActiveSheet.View(drawingviewname).ScaleString)
      End If  
    Next
Next
InventorVb.DocumentUpdate()&lt;/PRE&gt;
&lt;P&gt;Hope this will work for you...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 04:09:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5660469#M56305</guid>
      <dc:creator>Owner2229</dc:creator>
      <dc:date>2015-06-02T04:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sclae on tile block with Ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5661286#M56328</link>
      <description>&lt;P&gt;Thanks a lot it's working pretty good now !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However I had a mistake when using the code, at this line :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;drawingviewname =ThisApplication.activedocument.ActiveSheet.drawin?gviews.item(1).Name&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So&amp;nbsp;i copy and paste&amp;nbsp;the line from my previous code. which exactly the same as yours and it worked ??!!.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN style="color: #800000;"&gt;drawingviewname&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ThisApplication&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;activedocument&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ActiveSheet&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;drawingviews&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;item&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Name&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And i see now writing this email the line I copy and paste from you has a ? on it which is not here on my inventor.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:55:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/5661286#M56328</guid>
      <dc:creator>srionde</dc:creator>
      <dc:date>2015-06-02T15:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sclae on tile block with Ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/6399898#M64927</link>
      <description>&lt;P&gt;I use the same rule to write 'View Scale'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem when I save the documents.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/249920iA3EBEEA8FF72503F/image-size/original?v=v2&amp;amp;px=-1" alt="kép3.JPG" title="kép3.JPG" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/249921i98E349F765DBD63B/image-size/original?v=v2&amp;amp;px=-1" alt="kép4.JPG" title="kép4.JPG" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My rule:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Each osheet In ThisApplication.activedocument.sheets&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;ActiveSheet=ThisDrawing.Sheet(osheet.Name)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;If oSheet.TitleBlock Is Nothing Or osheet.drawingviews.count=0 Then Exit Sub&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;otitleblock=osheet.TitleBlock&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;otextboxes=otitleblock.definition.sketch.textboxes&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;For Each otextbox In otextboxes&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If otextbox.text="&amp;lt;View Scale&amp;gt;" Then&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;drawingviewname=ThisApplication.activedocument.ActiveSheet.drawingviews.item(1).Name&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;otitleblock.setpromptresulttext(otextbox, ActiveSheet.View(drawingviewname).ScaleString)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;End If&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Next&lt;BR /&gt;Next&lt;BR /&gt;ThisApplication.ActiveDocument.Sheets.Item(ActiveSheet).Activate&lt;BR /&gt;InventorVb.DocumentUpdate()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask some help. I can't understand how work this rule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank the help.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 10:10:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/sclae-on-tile-block-with-ilogic/m-p/6399898#M64927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T10:10:59Z</dc:date>
    </item>
  </channel>
</rss>

