<?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: Hole Table Style  -  Sequential Numbering in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-table-style-sequential-numbering/m-p/10939334#M134454</link>
    <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10061220"&gt;@gopinathmY575P&lt;/a&gt;.&amp;nbsp; I very rarely use a hole table, and then not by code, so I'm not super familiar with them, but I may still be able to help some with the code side.&lt;/P&gt;
&lt;P&gt;Here is the link to the online help for the HoleTables object, which has links to all 3 Add type methods:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-705C188C-7243-499D-8D7A-0C690A8C6531" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-705C188C-7243-499D-8D7A-0C690A8C6531&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And here is the link to the online help for the HoleTables.AddByFeatureType method you are trying to use:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-8B163E41-544C-4751-99FA-A51EB39DCB51" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-8B163E41-544C-4751-99FA-A51EB39DCB51&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You will see some important 'Remarks' at the bottom of that page. It warns that using this will cause an error if there is no origin indicator in the view specified as the first input variable, and how to check for that ahead of time.&lt;/P&gt;
&lt;P&gt;And here is the link to the online help page for the HoleTableStyle object, which you can optionally supply to that method above, which might influence the numbering scheme.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-FAA1622B-5564-4B6A-B933-16A679AC6EC0" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-FAA1622B-5564-4B6A-B933-16A679AC6EC0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 15:20:06 GMT</pubDate>
    <dc:creator>WCrihfield</dc:creator>
    <dc:date>2022-02-09T15:20:06Z</dc:date>
    <item>
      <title>Hole Table Style  -  Sequential Numbering</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-table-style-sequential-numbering/m-p/10938379#M134435</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have been working on holetable style. On that when i tried to use sequential numbering. it throws an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set oFeatureHoleTable = oActiveSheet.HoleTables.AddByFeatureType(oDrawingView, oPlacementPoint, True, True, True, True, False, False, False, &lt;STRONG&gt;True&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The highlighted True is for SequentialNumbering.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, i need to know the above snippet is correct or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if it is not correct, kindly help me to sort out on snippet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 08:56:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-table-style-sequential-numbering/m-p/10938379#M134435</guid>
      <dc:creator>gopinathmY575P</dc:creator>
      <dc:date>2022-02-09T08:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hole Table Style  -  Sequential Numbering</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-table-style-sequential-numbering/m-p/10939334#M134454</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10061220"&gt;@gopinathmY575P&lt;/a&gt;.&amp;nbsp; I very rarely use a hole table, and then not by code, so I'm not super familiar with them, but I may still be able to help some with the code side.&lt;/P&gt;
&lt;P&gt;Here is the link to the online help for the HoleTables object, which has links to all 3 Add type methods:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-705C188C-7243-499D-8D7A-0C690A8C6531" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-705C188C-7243-499D-8D7A-0C690A8C6531&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And here is the link to the online help for the HoleTables.AddByFeatureType method you are trying to use:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-8B163E41-544C-4751-99FA-A51EB39DCB51" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-8B163E41-544C-4751-99FA-A51EB39DCB51&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You will see some important 'Remarks' at the bottom of that page. It warns that using this will cause an error if there is no origin indicator in the view specified as the first input variable, and how to check for that ahead of time.&lt;/P&gt;
&lt;P&gt;And here is the link to the online help page for the HoleTableStyle object, which you can optionally supply to that method above, which might influence the numbering scheme.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-FAA1622B-5564-4B6A-B933-16A679AC6EC0" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-FAA1622B-5564-4B6A-B933-16A679AC6EC0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 15:20:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/hole-table-style-sequential-numbering/m-p/10939334#M134454</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2022-02-09T15:20:06Z</dc:date>
    </item>
  </channel>
</rss>

