<?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 - Part No in Title in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/hole-table-part-no-in-title/m-p/13017736#M12836</link>
    <description>&lt;P&gt;Hi Cris,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides writing an elaborated iLogic rule, I don't think an out-of-the-box solution exist. You will need to manually enter it unfortunately.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2024 21:36:05 GMT</pubDate>
    <dc:creator>johnsonshiue</dc:creator>
    <dc:date>2024-09-12T21:36:05Z</dc:date>
    <item>
      <title>Hole Table - Part No in Title</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hole-table-part-no-in-title/m-p/13015056#M12835</link>
      <description>&lt;P&gt;How to put PART NUMBER in the title of the Hole Table on the drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 19:56:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hole-table-part-no-in-title/m-p/13015056#M12835</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2024-09-11T19:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hole Table - Part No in Title</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hole-table-part-no-in-title/m-p/13017736#M12836</link>
      <description>&lt;P&gt;Hi Cris,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides writing an elaborated iLogic rule, I don't think an out-of-the-box solution exist. You will need to manually enter it unfortunately.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 21:36:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hole-table-part-no-in-title/m-p/13017736#M12836</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2024-09-12T21:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hole Table - Part No in Title</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/hole-table-part-no-in-title/m-p/13021640#M12837</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3494258"&gt;@Cris-Ideas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this rule out and see how you go. Not tested now but it should pull the first views model document&amp;nbsp; part number iproperty into the hole table title for you.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;Dim drawDoc As DrawingDocument = ThisApplication.ActiveDocument 

'Set a reference to the active sheet. 
Dim activeSheet As Sheet = drawDoc.ActiveSheet

Dim drawView As DrawingView = activeSheet.DrawingViews(1)

Dim modeldoc As Document = drawView.ReferencedDocumentDescriptor.ReferencedDocument 

'Get the PropertySets object.
Dim propSets As PropertySets = modeldoc.PropertySets

'Get the design tracking property set.
Dim propSet As PropertySet = propSets.Item("Design Tracking Properties")

'Get the part number iProperty.
Dim partNum As [Property] = oPropSet.Item("Part Number")
activeSheet.HoleTables(1).Title = partNum.Value&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2024 06:23:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/hole-table-part-no-in-title/m-p/13021640#M12837</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2024-09-15T06:23:47Z</dc:date>
    </item>
  </channel>
</rss>

