<?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: Instance InternalName in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287086#M158772</link>
    <description>&lt;DIV&gt;Dim assyDef As AssemblyComponentDefinition&lt;/DIV&gt;&lt;DIV&gt;assyDef = assyDoc.ComponentDefinition&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For Each occ As ComponentOccurrence In assyDef.Occurrences&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;occ.Name&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Next&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;occ.Name gets me something like "Part1:1", I'd like the "InternalName" of this, I don't know if there is a syntax to get to this.&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Thu, 05 Oct 2023 14:50:11 GMT</pubDate>
    <dc:creator>andrea_sacripante</dc:creator>
    <dc:date>2023-10-05T14:50:11Z</dc:date>
    <item>
      <title>Instance InternalName</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12286907#M158758</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;do you think is possible to retrieve the instance "InternalName" with iLogic?&lt;/P&gt;&lt;P&gt;I don't know if the attribute "InternalName" is correct, at the moment I can retrieve the InternalName of my assembly and parts (i.e. {6745DE2E-46A0-CFE5-EBA5-21A6FD5F2AA9}), but I would also like to retrieve the InternalName of the relation father-son.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;andrea&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 13:46:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12286907#M158758</guid>
      <dc:creator>andrea_sacripante</dc:creator>
      <dc:date>2023-10-05T13:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Instance InternalName</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12286940#M158761</link>
      <description>&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2023/ENU/?guid=GUID-A15D728C-6DFE-485E-888E-B23C2068F179" target="_blank"&gt;https://help.autodesk.com/view/INVNTOR/2023/ENU/?guid=GUID-A15D728C-6DFE-485E-888E-B23C2068F179&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 13:57:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12286940#M158761</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2023-10-05T13:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Instance InternalName</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287017#M158765</link>
      <description>&lt;P&gt;Thanks, that is the internal name of the object but I am looking for the name of the relation father-son.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 14:23:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287017#M158765</guid>
      <dc:creator>andrea_sacripante</dc:creator>
      <dc:date>2023-10-05T14:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Instance InternalName</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287027#M158766</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"name of the relation father-son" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Parent?&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2023/ENU/?guid=GUID-12164557-ED64-45D1-94D0-F0BD34B303F7" target="_blank"&gt;https://help.autodesk.com/view/INVNTOR/2023/ENU/?guid=GUID-12164557-ED64-45D1-94D0-F0BD34B303F7&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 14:27:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287027#M158766</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2023-10-05T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Instance InternalName</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287086#M158772</link>
      <description>&lt;DIV&gt;Dim assyDef As AssemblyComponentDefinition&lt;/DIV&gt;&lt;DIV&gt;assyDef = assyDoc.ComponentDefinition&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For Each occ As ComponentOccurrence In assyDef.Occurrences&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;occ.Name&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Next&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;occ.Name gets me something like "Part1:1", I'd like the "InternalName" of this, I don't know if there is a syntax to get to this.&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Oct 2023 14:50:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287086#M158772</guid>
      <dc:creator>andrea_sacripante</dc:creator>
      <dc:date>2023-10-05T14:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Instance InternalName</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287167#M158775</link>
      <description>&lt;P&gt;Have you tried: occ.InternalName?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 15:21:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287167#M158775</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2023-10-05T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Instance InternalName</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287174#M158776</link>
      <description>&lt;P&gt;yes I get an error&amp;nbsp;MissingMemberException&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 15:23:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12287174#M158776</guid>
      <dc:creator>andrea_sacripante</dc:creator>
      <dc:date>2023-10-05T15:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Instance InternalName</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12288223#M158784</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14562570"&gt;@andrea_sacripante&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you talking about the &lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=ComponentOccurrence_GetReferenceKey" target="_blank" rel="noopener"&gt;referencekey&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ComponentOccurrence.&lt;/SPAN&gt;&lt;STRONG&gt;GetReferenceKey&lt;/STRONG&gt;&lt;SPAN&gt;(&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;ReferenceKey&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;() As Byte, [&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;KeyContext&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;] As Long )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 00:11:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12288223#M158784</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-10-06T00:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Instance InternalName</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12288716#M158796</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7946284"&gt;@A.Acheson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry but I don't understand how to get the argument&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;ReferenceKey&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;()&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the help&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 07:21:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/instance-internalname/m-p/12288716#M158796</guid>
      <dc:creator>andrea_sacripante</dc:creator>
      <dc:date>2023-10-06T07:21:15Z</dc:date>
    </item>
  </channel>
</rss>

