<?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: Associative DVR - chow to check wiht API in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/associative-dvr-chow-to-check-wiht-api/m-p/8201074#M87702</link>
    <description>&lt;P&gt;Sorry I guess to me iLogic is API too but here is code for VBA as well.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim app As Application
Dim Doc As Document

Set app = ThisApplication
Set Doc = app.ActiveDocument
Dim compOcc As ComponentOccurrence
Set compOcc = Doc.ComponentDefinition.Occurrences.ItemByName("PartName:1")
Dim ADV As Boolean
ADV = compOcc.IsAssociativeToDesignViewRepresentation
Debug.Print (ADV)&lt;/PRE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Have you ever used the "object browser" under the View tab in VBA? There is a load of info about data types for the variables in that.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 13:17:13 GMT</pubDate>
    <dc:creator>clutsa</dc:creator>
    <dc:date>2018-08-15T13:17:13Z</dc:date>
    <item>
      <title>Associative DVR - chow to check wiht API</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/associative-dvr-chow-to-check-wiht-api/m-p/8193710#M87589</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anyone know how to check is component is currently set to be displayed using associative DVR?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found how to get ActiveDesignViewRepresentation but there seems to be property about wheatear it is used in associative or non associative state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2018 23:23:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/associative-dvr-chow-to-check-wiht-api/m-p/8193710#M87589</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-11T23:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Associative DVR - chow to check wiht API</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/associative-dvr-chow-to-check-wiht-api/m-p/8199723#M87682</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim compOcc = Component.InventorComponent("PartA:1")
Dim ADV = compOcc.IsAssociativeToDesignViewRepresentation
MessageBox.Show(ADV, "Title")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 20:58:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/associative-dvr-chow-to-check-wiht-api/m-p/8199723#M87682</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2018-08-14T20:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Associative DVR - chow to check wiht API</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/associative-dvr-chow-to-check-wiht-api/m-p/8199860#M87684</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aside of the question in the title.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it the case that for dim declarations VB automatically assigns proper data types for this variables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 22:34:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/associative-dvr-chow-to-check-wiht-api/m-p/8199860#M87684</guid>
      <dc:creator>Cris-Ideas</dc:creator>
      <dc:date>2018-08-14T22:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Associative DVR - chow to check wiht API</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/associative-dvr-chow-to-check-wiht-api/m-p/8201074#M87702</link>
      <description>&lt;P&gt;Sorry I guess to me iLogic is API too but here is code for VBA as well.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim app As Application
Dim Doc As Document

Set app = ThisApplication
Set Doc = app.ActiveDocument
Dim compOcc As ComponentOccurrence
Set compOcc = Doc.ComponentDefinition.Occurrences.ItemByName("PartName:1")
Dim ADV As Boolean
ADV = compOcc.IsAssociativeToDesignViewRepresentation
Debug.Print (ADV)&lt;/PRE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Have you ever used the "object browser" under the View tab in VBA? There is a load of info about data types for the variables in that.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 13:17:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/associative-dvr-chow-to-check-wiht-api/m-p/8201074#M87702</guid>
      <dc:creator>clutsa</dc:creator>
      <dc:date>2018-08-15T13:17:13Z</dc:date>
    </item>
  </channel>
</rss>

