<?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 iLogic general information about all available commands or strings in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-general-information-about-all-available-commands-or/m-p/10551762#M46744</link>
    <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been working with iLogic occasionally and I didn't have much problem finding solutions for more simple things.&lt;/P&gt;&lt;P&gt;Now that I've exhausted my previous knowledge about programming and automatisation, and had seen some more advanced coding, I've found myself lacking in information about what commands are available for certain object/definition types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've checked the Object Browser in VBA Editor and I took a look here:&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=110f3019-404c-4fc4-8b5d-7a3143f129da" target="_blank"&gt;https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=110f3019-404c-4fc4-8b5d-7a3143f129da&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but I'm having trouble finding what I would need there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this line of code that I found somewhere, and I would like to replace what is in the brackets to refresh file from vault instead of checking the file in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;CommandManager&lt;/SPAN&gt;.&lt;SPAN&gt;ControlDefinitions&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"VaultCheckinTop"&lt;/SPAN&gt;).&lt;SPAN&gt;Execute2&lt;/SPAN&gt;(&lt;SPAN&gt;False&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Where could I find what string would do that for me and more generally where could I find the previous obejcts and/or definitions that would lead to the item in the brackets?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate any help.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Nejc&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2021 12:30:36 GMT</pubDate>
    <dc:creator>Nejc.Leban</dc:creator>
    <dc:date>2021-08-17T12:30:36Z</dc:date>
    <item>
      <title>iLogic general information about all available commands or strings</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-general-information-about-all-available-commands-or/m-p/10551762#M46744</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been working with iLogic occasionally and I didn't have much problem finding solutions for more simple things.&lt;/P&gt;&lt;P&gt;Now that I've exhausted my previous knowledge about programming and automatisation, and had seen some more advanced coding, I've found myself lacking in information about what commands are available for certain object/definition types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've checked the Object Browser in VBA Editor and I took a look here:&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=110f3019-404c-4fc4-8b5d-7a3143f129da" target="_blank"&gt;https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=110f3019-404c-4fc4-8b5d-7a3143f129da&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but I'm having trouble finding what I would need there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this line of code that I found somewhere, and I would like to replace what is in the brackets to refresh file from vault instead of checking the file in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;CommandManager&lt;/SPAN&gt;.&lt;SPAN&gt;ControlDefinitions&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"VaultCheckinTop"&lt;/SPAN&gt;).&lt;SPAN&gt;Execute2&lt;/SPAN&gt;(&lt;SPAN&gt;False&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Where could I find what string would do that for me and more generally where could I find the previous obejcts and/or definitions that would lead to the item in the brackets?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate any help.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Nejc&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 12:30:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-general-information-about-all-available-commands-or/m-p/10551762#M46744</guid>
      <dc:creator>Nejc.Leban</dc:creator>
      <dc:date>2021-08-17T12:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic general information about all available commands or strings</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-general-information-about-all-available-commands-or/m-p/10551808#M46745</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10166747"&gt;@Nejc.Leban&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wrote this iLogic program some time ago to get the controldefinition names in real time when working with inventor. Maybe it'll be of help to you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/inventor/learn-explore/caas/simplecontent/content/ilogic-tool-to-inspect-controldefinition-names.html" target="_blank"&gt;https://knowledge.autodesk.com/support/inventor/learn-explore/caas/simplecontent/content/ilogic-tool-to-inspect-controldefinition-names.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 12:44:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-general-information-about-all-available-commands-or/m-p/10551808#M46745</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2021-08-17T12:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic general information about all available commands or strings</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-general-information-about-all-available-commands-or/m-p/10551840#M46746</link>
      <description>&lt;P&gt;Thanks for your fast reply.&lt;/P&gt;&lt;P&gt;Unfortunatelly, I just get an empty window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NejcLeban_0-1629204747095.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/953788i229D2ED76AF48941/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NejcLeban_0-1629204747095.png" alt="NejcLeban_0-1629204747095.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 12:56:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-general-information-about-all-available-commands-or/m-p/10551840#M46746</guid>
      <dc:creator>Nejc.Leban</dc:creator>
      <dc:date>2021-08-17T12:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic general information about all available commands or strings</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-general-information-about-all-available-commands-or/m-p/10551845#M46747</link>
      <description>&lt;P&gt;Sorry, I was too fast when replying, I missed the video below the code.&lt;/P&gt;&lt;P&gt;It's a great tool, thanks. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 12:58:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-general-information-about-all-available-commands-or/m-p/10551845#M46747</guid>
      <dc:creator>Nejc.Leban</dc:creator>
      <dc:date>2021-08-17T12:58:54Z</dc:date>
    </item>
  </channel>
</rss>

