<?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: How do you change the browser node name in a drawing? in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315827#M129913</link>
    <description>&lt;P&gt;Ah multiple sheets with diffrent parts? Try this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;oDoc = ThisDoc.Document
oSheets = oDoc.Sheets
	For Each oSheet In oSheets
		oSheet.activate
		oView = oSheet.DrawingViews.Item(1)
		modelName = oView.ReferencedDocumentDescriptor.ReferencedDocument
		oProp = modelName.PropertySets.Item("Design Tracking Properties")
		ActiveSheet.Sheet.Name = oProp.Item("Part Number").Value 
	Next
oSheets(1).activate&lt;/PRE&gt;</description>
    <pubDate>Mon, 01 Jul 2013 19:16:20 GMT</pubDate>
    <dc:creator>jdkriek</dc:creator>
    <dc:date>2013-07-01T19:16:20Z</dc:date>
    <item>
      <title>How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315479#M129906</link>
      <description>&lt;P&gt;Is it possible to make iLogic rule to do this:&lt;/P&gt;&lt;P&gt;In dwg Place part and in Browser to see part name without extra typing. Not Sheet 1 sheet 2 etc.&lt;/P&gt;&lt;P&gt;That would be huge help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2013 14:01:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315479#M129906</guid>
      <dc:creator>GosponZ</dc:creator>
      <dc:date>2013-07-01T14:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315652#M129907</link>
      <description>&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;If (ThisDrawing.ModelDocument Is Nothing) Then Return
	modelName = IO.Path.GetFileName(ThisDrawing.ModelDocument.FullFileName)
	ActiveSheet.Sheet.Name = iProperties.Value(modelName, "Project", "Part Number")&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:32:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315652#M129907</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2013-07-01T16:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315658#M129908</link>
      <description>&lt;P&gt;Thanks for&amp;nbsp; such fast reply but here is one error could you take look please.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:38:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315658#M129908</guid>
      <dc:creator>GosponZ</dc:creator>
      <dc:date>2013-07-01T16:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315660#M129909</link>
      <description>&lt;P&gt;I'm not getting that error in 2011-2013&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything else in the iLogic rule? Can you post it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To make sure it's copied correctly you can also copy and paste from this .txt file attached.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:58:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315660#M129909</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2013-07-01T16:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315670#M129910</link>
      <description>&lt;P&gt;Thanks a lot now is working perfect&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:58:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315670#M129910</guid>
      <dc:creator>GosponZ</dc:creator>
      <dc:date>2013-07-01T16:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315672#M129911</link>
      <description>&lt;P&gt;Glad it works for you &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:59:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315672#M129911</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2013-07-01T16:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315702#M129912</link>
      <description>&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;when i try first time it work perfect. Now i'm trying and every time in new sheet giving me same name&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2013 17:39:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315702#M129912</guid>
      <dc:creator>GosponZ</dc:creator>
      <dc:date>2013-07-01T17:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315827#M129913</link>
      <description>&lt;P&gt;Ah multiple sheets with diffrent parts? Try this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;oDoc = ThisDoc.Document
oSheets = oDoc.Sheets
	For Each oSheet In oSheets
		oSheet.activate
		oView = oSheet.DrawingViews.Item(1)
		modelName = oView.ReferencedDocumentDescriptor.ReferencedDocument
		oProp = modelName.PropertySets.Item("Design Tracking Properties")
		ActiveSheet.Sheet.Name = oProp.Item("Part Number").Value 
	Next
oSheets(1).activate&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Jul 2013 19:16:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315827#M129913</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2013-07-01T19:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315858#M129915</link>
      <description>&lt;P&gt;I copy paste straight from web and that is not good idea. I place code into word and then i copy paste into rule and is working like charm. Thanks a lot&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2013 19:38:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315858#M129915</guid>
      <dc:creator>GosponZ</dc:creator>
      <dc:date>2013-07-01T19:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315865#M129916</link>
      <description>&lt;P&gt;You're quite welcome &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes, paste directly into a .txt file before pasting into iLogic.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2013 19:41:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4315865#M129916</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2013-07-01T19:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4801193#M129917</link>
      <description>&lt;P&gt;Sorry to bring up an old thread but this code isn't working in Inventor 2014. Any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 15:24:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4801193#M129917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-07T15:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4801587#M129918</link>
      <description>&lt;P&gt;Man i'm still on 2012. Is there anybody to try with 2014&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 18:16:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4801587#M129918</guid>
      <dc:creator>GosponZ</dc:creator>
      <dc:date>2014-02-07T18:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4802349#M129919</link>
      <description>&lt;P&gt;In 2014 code is working perfect. Not single problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2014 02:03:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/4802349#M129919</guid>
      <dc:creator>GosponZ</dc:creator>
      <dc:date>2014-02-08T02:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/5692481#M129920</link>
      <description>&lt;P&gt;thats genius work. thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 00:13:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/5692481#M129920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T00:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the browser node name in a drawing?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/10428939#M129921</link>
      <description>&lt;P&gt;Hi&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/341185"&gt;@jdkriek&lt;/a&gt;&amp;nbsp;I'm trying to think of a ruler same you did not lose the link with the parameter when using ilogic, I put a video to show what I wanna do.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 11:24:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-do-you-change-the-browser-node-name-in-a-drawing/m-p/10428939#M129921</guid>
      <dc:creator>aronmatheus</dc:creator>
      <dc:date>2021-06-29T11:24:44Z</dc:date>
    </item>
  </channel>
</rss>

