<?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 Accessing Sheet Number through Ilogic in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/accessing-sheet-number-through-ilogic/m-p/11690896#M147927</link>
    <description>&lt;P&gt;I didn't think this property would be so difficult to access but how do I use this and just pull the active sheets number&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AMN3161_0-1674142695442.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1164607i02086B5E0C33F58E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AMN3161_0-1674142695442.png" alt="AMN3161_0-1674142695442.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am making a numbering system where i want to use the Sheet Number as a part of the numbering but i cant find how to access it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 15:39:35 GMT</pubDate>
    <dc:creator>AMN3161</dc:creator>
    <dc:date>2023-01-19T15:39:35Z</dc:date>
    <item>
      <title>Accessing Sheet Number through Ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/accessing-sheet-number-through-ilogic/m-p/11690896#M147927</link>
      <description>&lt;P&gt;I didn't think this property would be so difficult to access but how do I use this and just pull the active sheets number&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AMN3161_0-1674142695442.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1164607i02086B5E0C33F58E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AMN3161_0-1674142695442.png" alt="AMN3161_0-1674142695442.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am making a numbering system where i want to use the Sheet Number as a part of the numbering but i cant find how to access it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 15:39:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/accessing-sheet-number-through-ilogic/m-p/11690896#M147927</guid>
      <dc:creator>AMN3161</dc:creator>
      <dc:date>2023-01-19T15:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sheet Number through Ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/accessing-sheet-number-through-ilogic/m-p/11690982#M147931</link>
      <description>&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oDoc&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;DrawingDocument&lt;/SPAN&gt; = &lt;SPAN&gt;ThisDoc&lt;/SPAN&gt;.&lt;SPAN&gt;Document&lt;/SPAN&gt;

&lt;SPAN&gt;For&lt;/SPAN&gt; &lt;SPAN&gt;i&lt;/SPAN&gt; = 1 &lt;SPAN&gt;To&lt;/SPAN&gt; &lt;SPAN&gt;oDoc&lt;/SPAN&gt;.&lt;SPAN&gt;Sheets&lt;/SPAN&gt;.&lt;SPAN&gt;Count&lt;/SPAN&gt;
	&lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;oDoc&lt;/SPAN&gt;.&lt;SPAN&gt;Sheets&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;i&lt;/SPAN&gt;) &lt;SPAN&gt;Is&lt;/SPAN&gt; &lt;SPAN&gt;oDoc&lt;/SPAN&gt;.&lt;SPAN&gt;ActiveSheet&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
		&lt;SPAN&gt;MsgBox&lt;/SPAN&gt;(&lt;SPAN&gt;i&lt;/SPAN&gt;)
	&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;
&lt;SPAN&gt;Next&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:08:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/accessing-sheet-number-through-ilogic/m-p/11690982#M147931</guid>
      <dc:creator>Cadkunde.nl</dc:creator>
      <dc:date>2023-01-19T16:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sheet Number through Ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/accessing-sheet-number-through-ilogic/m-p/11690993#M147932</link>
      <description>&lt;P&gt;Thought it would be easier to access, thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:11:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/accessing-sheet-number-through-ilogic/m-p/11690993#M147932</guid>
      <dc:creator>AMN3161</dc:creator>
      <dc:date>2023-01-19T16:11:07Z</dc:date>
    </item>
  </channel>
</rss>

