<?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 Call &amp;quot;Place iLogic Component&amp;quot; from VBA in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/2594976#M145313</link>
    <description>Hi, Experts&lt;BR /&gt;
&lt;BR /&gt;
The iLogic command called "Place iLogic Component" works very fine for me, but I need to put this command in a toolbar button that insert a specific part. Is there a way to do this?. &lt;BR /&gt;
&lt;BR /&gt;
I know how to do this using the inventor "place component" command using VBA, but, I don't know if that command can be called from a VBA function.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help!.</description>
    <pubDate>Wed, 25 Nov 2009 19:56:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-11-25T19:56:52Z</dc:date>
    <item>
      <title>Call "Place iLogic Component" from VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/2594976#M145313</link>
      <description>Hi, Experts&lt;BR /&gt;
&lt;BR /&gt;
The iLogic command called "Place iLogic Component" works very fine for me, but I need to put this command in a toolbar button that insert a specific part. Is there a way to do this?. &lt;BR /&gt;
&lt;BR /&gt;
I know how to do this using the inventor "place component" command using VBA, but, I don't know if that command can be called from a VBA function.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help!.</description>
      <pubDate>Wed, 25 Nov 2009 19:56:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/2594976#M145313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-25T19:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Call "Place iLogic Component" from VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/2594977#M145314</link>
      <description>You can start the Place iLogic Component command using this code:&lt;BR /&gt;
&lt;BR /&gt;
 Dim controlDef as ControlDefinition  = ThisApplication.CommandManager.ControlDefinitions.Item("iLogic.PlaceComponent")&lt;BR /&gt;
 controlDef.Execute</description>
      <pubDate>Thu, 26 Nov 2009 02:26:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/2594977#M145314</guid>
      <dc:creator>MjDeck</dc:creator>
      <dc:date>2009-11-26T02:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Call "Place iLogic Component" from VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/2594978#M145315</link>
      <description>Hi, MjDeck &lt;BR /&gt;
&lt;BR /&gt;
Thank you very much for your time, excellent answer!!</description>
      <pubDate>Thu, 26 Nov 2009 22:25:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/2594978#M145315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-26T22:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Call "Place iLogic Component" from VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/3135174#M145316</link>
      <description>&lt;P&gt;This works great. &amp;nbsp;Now is there a way to specify a specific iLogic part with out the dialog box opening up? &amp;nbsp;I just want to place a series of buttons that the user pushes on a form and it opens up that iLogic Part.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2011 20:23:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/3135174#M145316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-24T20:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Call "Place iLogic Component" from VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/3257222#M145317</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stuck at this command called "Place iLogic Component". I cannot find it anywhere, can you please write the code down?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2011 16:33:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/3257222#M145317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-09T16:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Call "Place iLogic Component" from VBA</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/7204288#M145318</link>
      <description>&lt;P&gt;The command just simulates pressing the button.&lt;/P&gt;&lt;P&gt;How do we fill up the file browser with code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 01:46:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/call-quot-place-ilogic-component-quot-from-vba/m-p/7204288#M145318</guid>
      <dc:creator>cencinaNB2ET</dc:creator>
      <dc:date>2017-07-05T01:46:43Z</dc:date>
    </item>
  </channel>
</rss>

