<?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: iLogic documentation in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5974494#M345831</link>
    <description>&lt;P&gt;In my opinion..&amp;nbsp; iLogic was designed to do only certail things and if you just use only those iLogic functions you really don't need any programming training..&amp;nbsp; Yes you can add VB and .net code to it but once you do that I don't believe that's an ilogic code anymore..&amp;nbsp;&amp;nbsp; &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&amp;nbsp; But that's my opinion...&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2016 19:59:20 GMT</pubDate>
    <dc:creator>Mark.Lancaster</dc:creator>
    <dc:date>2016-01-05T19:59:20Z</dc:date>
    <item>
      <title>iLogic documentation</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5973524#M345826</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am starting to use iLogic and look often over&amp;nbsp;Internet to find some clues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the code I often see references to objects methods and properties I cannot find any description in help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example Rep_Manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a decent iLogic or&amp;nbsp;maybe VB documentation concerning Inventor?&lt;/P&gt;&lt;P&gt;something more user friendly than &lt;A href="http://help.autodesk.com/view/INVNTOR/2014/ENU/?guid=GUID-5B9FD675-28B2-4D2F-9A64-AFB08CB935D0" target="_self"&gt;this, &lt;/A&gt;something with decent table of contents, objects, methods, properties lists etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 11:51:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5973524#M345826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T11:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic documentation</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5973527#M345827</link>
      <description>&lt;P&gt;Might have better luck on the Customization forum&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/inventor-customization/bd-p/120" target="_blank"&gt;http://forums.autodesk.com/t5/inventor-customization/bd-p/120&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 11:53:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5973527#M345827</guid>
      <dc:creator>mdavis22569</dc:creator>
      <dc:date>2016-01-05T11:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic documentation</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5973642#M345828</link>
      <description>&lt;P&gt;"C:\Program Files\Autodesk\Inventor 2016\Local Help\admapi_20_0.chm"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Rep_Manager" as written like that would not be found anywhere. It is a variable that accesses the object, like such:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rep_Manager = ThisApplication.ActiveDocument.ComponentDefinition.RepresentationsManager&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so that you dont need to re-type&amp;nbsp;&lt;EM&gt;ThisApplication.ActiveDocument.ComponentDefinition.RepresentationsManager&amp;nbsp;&lt;/EM&gt;every time you need to access something that belongs to the RepresentationsManager object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the customization forums, most of us follow the syntax of starting object variables with an "o"; ie "oRepManger" instead of "Rep_Manager", which is a good idea to adapt, so if you ever need help, we can understand your code quickly instead of having to decipher it.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 13:09:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5973642#M345828</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2016-01-05T13:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic documentation</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5973803#M345829</link>
      <description>&lt;P&gt;HI kmeldfreyssinet,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think what you're looking for is the API help, see this link:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://inventortrenches.blogspot.com/2013/10/ilogic-how-to-learn-inventors.html" target="_blank"&gt;http://inventortrenches.blogspot.com/2013/10/ilogic-how-to-learn-inventors.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:32:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5973803#M345829</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-01-05T14:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic documentation</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5973875#M345830</link>
      <description>&lt;P&gt;There is plenty of information out there, but you have to cobble it together to do what you want to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Be aware that iLogic is not nearly as simple as Autodesk wants you to believe and if you have no previous knowledge of coding, particularly VBA, you are going to struggle to do anything other than the basics.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:06:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5973875#M345830</guid>
      <dc:creator>SharkDesign</dc:creator>
      <dc:date>2016-01-05T15:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic documentation</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5974494#M345831</link>
      <description>&lt;P&gt;In my opinion..&amp;nbsp; iLogic was designed to do only certail things and if you just use only those iLogic functions you really don't need any programming training..&amp;nbsp; Yes you can add VB and .net code to it but once you do that I don't believe that's an ilogic code anymore..&amp;nbsp;&amp;nbsp; &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&amp;nbsp; But that's my opinion...&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 19:59:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5974494#M345831</guid>
      <dc:creator>Mark.Lancaster</dc:creator>
      <dc:date>2016-01-05T19:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic documentation</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5975563#M345832</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;for information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's&amp;nbsp;what I was looking for. (VB in inventor).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am quite familiar with VBA, so&amp;nbsp;that's exactly what I was after. Only had some trouble finding where to start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 14:25:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5975563#M345832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T14:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic documentation</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5975568#M345833</link>
      <description>&lt;P&gt;From what I understand though, it's not true VBA and only based on it.&lt;/P&gt;&lt;P&gt;Some commands I've tried in the past from VBA have not worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may be wrong though as I'm not in any ways a VBA coder.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 14:27:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-documentation/m-p/5975568#M345833</guid>
      <dc:creator>SharkDesign</dc:creator>
      <dc:date>2016-01-06T14:27:52Z</dc:date>
    </item>
  </channel>
</rss>

