<?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: Vlax-create-object examples in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/9299998#M84991</link>
    <description>&lt;P&gt;please, help me&lt;/P&gt;&lt;P&gt;how to link tekla and visual lisp&lt;/P&gt;&lt;P&gt;(vlax-creat-object Tekla.Structures) -&amp;gt; nil&lt;/P&gt;&lt;P&gt;(vlax-creat-object Tekla.Structures.dll) -&amp;gt; nil&lt;/P&gt;&lt;P&gt;_netload file_path(dll file path) &amp;nbsp;-&amp;gt;error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; v.b code&lt;/P&gt;&lt;P&gt;reference&amp;nbsp;Tekla.Structures.dll (add)&lt;/P&gt;&lt;P&gt;using tekla.structures;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how th link tekla ~~!!!1&lt;/P&gt;&lt;P&gt;help me please&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2020 03:45:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-06T03:45:09Z</dc:date>
    <item>
      <title>Vlax-create-object examples</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/8982289#M84986</link>
      <description>&lt;P&gt;I have already read the help file -&amp;nbsp;&lt;A href="https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-AutoLISP/files/GUID-7AFF597F-D630-4489-8349-94EF67CCE1F0-htm.html" target="_blank" rel="noopener"&gt;vlax-create-object web help&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know you can do the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"WScript.Network"&lt;/P&gt;&lt;P&gt;"Scripting.FilesystemObject"&lt;/P&gt;&lt;P&gt;"WbemScripting.SWbemLocator"&lt;/P&gt;&lt;P&gt;"Excel.Application"&lt;/P&gt;&lt;P&gt;"Access.Application"&lt;/P&gt;&lt;P&gt;"Visio.Application"&lt;/P&gt;&lt;P&gt;"Word.Application"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like the complete list of objects I can interface with. I understand that any microsoft application can be interfaced with. This has been extremely helpful. How do I find more?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 19:55:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/8982289#M84986</guid>
      <dc:creator>jtoverka</dc:creator>
      <dc:date>2019-08-22T19:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vlax-create-object examples</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/8982373#M84987</link>
      <description>&lt;P&gt;Set a variable name to the created object.&lt;/P&gt;&lt;P&gt;This creates a vbscript regex object&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(setq regex (vlax-create-object "VBScript.RegExp"))&lt;/PRE&gt;&lt;P&gt;Then use the vlax- dump-object&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;      (vlax-dump-object regex T)&lt;FONT color="#008000"&gt;;; The T (true) tells it to list the objects properties and applicable methods&lt;/FONT&gt;
      (vlax-release-object regex)&lt;FONT color="#008000"&gt;;; when finished release the object&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do all this from the command line. Output from the dump-object method goes to the text screen.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 20:54:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/8982373#M84987</guid>
      <dc:creator>dlanorh</dc:creator>
      <dc:date>2019-08-22T20:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Vlax-create-object examples</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/8988127#M84988</link>
      <description>&lt;P&gt;Maybe &lt;A href="http://www.theswamp.org/index.php?topic=53278.msg580188#msg580188" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;THIS&lt;/STRONG&gt;&lt;/A&gt; will help you find program ID's.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 17:08:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/8988127#M84988</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-08-26T17:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Vlax-create-object examples</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/8998145#M84989</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A user named MP posted &lt;A href="https://www.theswamp.org/index.php?topic=52397.msg573363#msg573363" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;on December 12, 2016, 12:16:42 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(defun _FindProjIDs ( pattern )
    (   (lambda ( pfx sfx pattern )
            (vl-sort
                (vl-remove-if-not
                    (function
                        (lambda (x)
                            (and
                                (eq 'str (type x))
                                (wcmatch (strcase x) pattern)
                            )
                        )
                    )
                    (mapcar
                        (function 
                            (lambda (x) 
                                (vl-registry-read (strcat pfx x sfx))
                            )
                        )
                        (vl-registry-descendents pfx)
                    )
                )
               '&amp;lt;
            )       
        )
        "HKEY_CLASSES_ROOT\\CLSID\\"
        "\\ProgID"
        (strcase pattern)
    )
)&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;(_FindProjIDs "*objectdbx*") ;; I don't have 3D max&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "ObjectDBX.AxDbDocument.17"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "ObjectDBX.AxDbDocument.18"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "ObjectDBX.AxDbDocument.19"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "ObjectDBX.AxDbDocument.20"&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;It appears that this information is stored within the registry and that this AutoLISP routine finds this information. Thank you very much for pointing me in the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 16:40:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/8998145#M84989</guid>
      <dc:creator>jtoverka</dc:creator>
      <dc:date>2019-08-30T16:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Vlax-create-object examples</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/8998153#M84990</link>
      <description>&lt;P&gt;Glad to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; .. btw 'MP' is Michael Puckett .. he's a hella smart dude!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 16:48:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/8998153#M84990</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-08-30T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Vlax-create-object examples</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/9299998#M84991</link>
      <description>&lt;P&gt;please, help me&lt;/P&gt;&lt;P&gt;how to link tekla and visual lisp&lt;/P&gt;&lt;P&gt;(vlax-creat-object Tekla.Structures) -&amp;gt; nil&lt;/P&gt;&lt;P&gt;(vlax-creat-object Tekla.Structures.dll) -&amp;gt; nil&lt;/P&gt;&lt;P&gt;_netload file_path(dll file path) &amp;nbsp;-&amp;gt;error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; v.b code&lt;/P&gt;&lt;P&gt;reference&amp;nbsp;Tekla.Structures.dll (add)&lt;/P&gt;&lt;P&gt;using tekla.structures;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how th link tekla ~~!!!1&lt;/P&gt;&lt;P&gt;help me please&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 03:45:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlax-create-object-examples/m-p/9299998#M84991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-06T03:45:09Z</dc:date>
    </item>
  </channel>
</rss>

