<?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: Invokememberts commands in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375915#M56735</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/680674"&gt;@erik_kohl&lt;/a&gt; wrote:&lt;BR /&gt;Hello, this code sends an 'Regen' command directly to Autocad. Dim oAcadDoc As Object = Application.DocumentManager.MdiActiveDocument.AcadDocument oAcadDoc.GetType().InvokeMember("Regen", System.Reflection.BindingFlags.InvokeMethod, Nothing, oAcadDoc, New Object() {1}) Does anyone know where i can find wich other commands i can send with invokemember? Is there a list of commands?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;"Regen" is not a command, but the method of class AcadDocument. List of Objects/Methods/Eventscan be found in &lt;EM&gt;&lt;STRONG&gt;AutoCAD Activex and VBA Reference&lt;/STRONG&gt;&lt;/EM&gt; (located in "C:\Program Files\Common Files\Autodesk Shared\acadauto.chm") &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Mar 2012 08:59:18 GMT</pubDate>
    <dc:creator>Alexander.Rivilis</dc:creator>
    <dc:date>2012-03-19T08:59:18Z</dc:date>
    <item>
      <title>Invokememberts commands</title>
      <link>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375877#M56734</link>
      <description>Hello, this code sends an 'Regen' command directly to Autocad. Dim oAcadDoc As Object = Application.DocumentManager.MdiActiveDocument.AcadDocument oAcadDoc.GetType().InvokeMember("Regen", System.Reflection.BindingFlags.InvokeMethod, Nothing, oAcadDoc, New Object() {1}) Does anyone know where i can find wich other commands i can send with invokemember? Is there a list of commands?</description>
      <pubDate>Mon, 19 Mar 2012 08:12:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375877#M56734</guid>
      <dc:creator>erik_kohl</dc:creator>
      <dc:date>2012-03-19T08:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Invokememberts commands</title>
      <link>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375915#M56735</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/680674"&gt;@erik_kohl&lt;/a&gt; wrote:&lt;BR /&gt;Hello, this code sends an 'Regen' command directly to Autocad. Dim oAcadDoc As Object = Application.DocumentManager.MdiActiveDocument.AcadDocument oAcadDoc.GetType().InvokeMember("Regen", System.Reflection.BindingFlags.InvokeMethod, Nothing, oAcadDoc, New Object() {1}) Does anyone know where i can find wich other commands i can send with invokemember? Is there a list of commands?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;"Regen" is not a command, but the method of class AcadDocument. List of Objects/Methods/Eventscan be found in &lt;EM&gt;&lt;STRONG&gt;AutoCAD Activex and VBA Reference&lt;/STRONG&gt;&lt;/EM&gt; (located in "C:\Program Files\Common Files\Autodesk Shared\acadauto.chm") &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 08:59:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375915#M56735</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2012-03-19T08:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Invokememberts commands</title>
      <link>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375917#M56736</link>
      <description>&lt;P&gt;You can't believe it but you might be want to&lt;/P&gt;&lt;P&gt;find all methods / function in &lt;FONT color="#ff0000"&gt;VBA&lt;/FONT&gt; editor in&lt;/P&gt;&lt;P&gt;AutoCAD, click Alt+F11 to open VBAIDE in AutoCAD&lt;/P&gt;&lt;P&gt;then see the Help file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="arial,helvetica,sans-serif"&gt;~'J'~&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 08:58:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375917#M56736</guid>
      <dc:creator>Hallex</dc:creator>
      <dc:date>2012-03-19T08:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Invokememberts commands</title>
      <link>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375927#M56737</link>
      <description>&lt;P&gt;Thanks for youre quick reply!!&lt;/P&gt;&lt;P&gt;It is a great help.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 09:31:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375927#M56737</guid>
      <dc:creator>erik_kohl</dc:creator>
      <dc:date>2012-03-19T09:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Invokememberts commands</title>
      <link>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375943#M56738</link>
      <description>&lt;P&gt;You're welcome&lt;/P&gt;&lt;P&gt;Cheers &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="arial,helvetica,sans-serif"&gt;~'J'~&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 09:54:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/invokememberts-commands/m-p/3375943#M56738</guid>
      <dc:creator>Hallex</dc:creator>
      <dc:date>2012-03-19T09:54:25Z</dc:date>
    </item>
  </channel>
</rss>

