<?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: Connect VS Code to Autocad in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12053730#M8431</link>
    <description>&lt;P&gt;So, if I develop a plugin (which is run inside autocad), how can I expose it's interface to outside of autocad, or where is the default connection point in autocad?&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2023 17:06:50 GMT</pubDate>
    <dc:creator>Ahmadi_rad</dc:creator>
    <dc:date>2023-06-22T17:06:50Z</dc:date>
    <item>
      <title>Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12050970#M8425</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;I saw this&amp;nbsp;&lt;A title="Link" href="https://help.autodesk.com/view/ACD/2023/ENU/index.html?guid=GUID-C68BC62D-841A-4586-9DE4-EC25CF90FE71" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&amp;nbsp;in autocad development guides that shows VSCode can be connected to autocad and edit/debug visual lisp. is it possible to use it for c# debugging also? I have some c# plugins and aim to connect vs code to those plugins, if you are thinking about exact connection point in Autocad side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible, how does this connection work, which technologies are involved and if not possible, what is the obstacles in terms of .Net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 18:07:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12050970#M8425</guid>
      <dc:creator>Ahmadi_rad</dc:creator>
      <dc:date>2023-06-21T18:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12051160#M8426</link>
      <description>&lt;P&gt;I don't know about debugging lisp ( may have heard something new about it), but to me the lack of debugging in C# is a big drawback for VSC. You can use the Community version of Visual Studio for free as long as you're not developing commercial apps. The latest version is fine as long as you target NET Framework 4.8. You can follow &lt;A href="https://forums.autodesk.com/t5/net/tutorial-how-to-create-a-visual-studio-template/td-p/11298492" target="_blank" rel="noopener"&gt;this tutorial&lt;/A&gt; for info on how to set up debugging.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 19:31:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12051160#M8426</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-06-21T19:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12051380#M8427</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;As far as know, you can debug c# in vsc but first you need to install c# extension, but my point is something else and with your answer, it is going clear in my mind.&lt;/P&gt;&lt;P&gt;Assume we have a static instance called csharpprojectdata in autacad memory.&lt;/P&gt;&lt;P&gt;Now, if this is available from outside world, using com or .net facilities (which i don't know these facilities if any), you may inport it to vs or vsc project and manipulate it by user scripts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Point is if the static class is visible from outside and how to pipeline external code to that static member.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 21:33:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12051380#M8427</guid>
      <dc:creator>Ahmadi_rad</dc:creator>
      <dc:date>2023-06-21T21:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12051388#M8428</link>
      <description>&lt;P&gt;1. Installing the C# extension allows you to write code and run it. That's not the same as an interactive debugger like Visual Studio has.&lt;/P&gt;
&lt;P&gt;2. Your second point has nothing to do with number 1. You need to start a new thread.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 21:39:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12051388#M8428</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2023-06-21T21:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12051541#M8429</link>
      <description>&lt;P&gt;Also interested in this, I found I can debug python wrappers I’ve been working on&lt;/P&gt;&lt;P&gt;for swampers&amp;nbsp; &lt;A href="https://www.theswamp.org/index.php?topic=58162.msg614785#msg614785" target="_blank" rel="noopener"&gt;https://www.theswamp.org/index.php?topic=58162.msg614785#msg614785&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems there’s some sort of listener in AutoCAD when vscode is the lisp default editor, because it doesn’t work in BricsCAD.&lt;/P&gt;&lt;P&gt;Nor does it work if the old vlide is used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, I didn’t not expect I would be able to debug python, so I assume it would work for all languages ..??.. I used the attach to&lt;/P&gt;&lt;P&gt;process. One caveat, I had to initiate the debug session with python’s breakpoint() function. Not sure if this puts python in debug mode or what the deal is, still need to investigate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit, attached a pic for the non swampers, if there are any :).&amp;nbsp; I embedded the python interpreter, and wxWidgets in a native ARX,&amp;nbsp; I can debug in .PY files, you can see the locals, stack and everything..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 23:43:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12051541#M8429</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2023-06-21T23:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12051574#M8430</link>
      <description>Sure, why not, you will have to create the API, or write an interface to expose your classes to COM.&lt;BR /&gt;If you use COM, you could in theory use Lisp + VSCODE to debug&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2023 23:56:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12051574#M8430</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2023-06-21T23:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12053730#M8431</link>
      <description>&lt;P&gt;So, if I develop a plugin (which is run inside autocad), how can I expose it's interface to outside of autocad, or where is the default connection point in autocad?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 17:06:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12053730#M8431</guid>
      <dc:creator>Ahmadi_rad</dc:creator>
      <dc:date>2023-06-22T17:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12054458#M8432</link>
      <description>&lt;P&gt;I’ve actually never tried this from .NET.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;COM and ActiveX Automation as described in .. talks about handling out of process requests.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/OARX/2024/ENU/?guid=GUID-DA0AABA4-BED8-433A-864E-EBCE43195FF5" target="_blank"&gt;https://help.autodesk.com/view/OARX/2024/ENU/?guid=GUID-DA0AABA4-BED8-433A-864E-EBCE43195FF5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create COM interface, use ClassInterfaceAttribute and ComVisibleAttribute in System.Runtime.InteropServices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Out of process, you would attach to whatever process is running your script.&lt;/P&gt;&lt;P&gt;For COM, where ever you call Marshal.GetActiveObject(progID)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 23:12:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12054458#M8432</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2023-06-22T23:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12057786#M8433</link>
      <description>&lt;P&gt;Thanks, This&amp;nbsp;&lt;A href="https://help.autodesk.com/view/OARX/2024/ENU/?guid=GUID-59B6551A-F171-4CA1-87E5-D913EAACA345" target="_blank" rel="noopener"&gt;link&lt;/A&gt;&amp;nbsp;(a sub node of your link) starts with this sentence:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;You can make functions, objects, or entities coded in ObjectARX available to developers who access an ActiveX object model through VBA or another programming environment.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;So, basically this is possible to expose extended object model from inside Autocad, but reference documents are all in c++ and&amp;nbsp;&lt;SPAN&gt;ObjectARX.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;By the way I tried this piece of code, hopelessly that it works and not surprisingly it didn't!&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.InteropServices;

namespace BuildingApp_Client
{

    public interface iComObject
    {
        void Test();
    }

    [ClassInterface( ClassInterfaceType.AutoDispatch)]
    [ComDefaultInterface(typeof(iComObject))]
    public class ComObject: MarshalByRefObject, iComObject
    {
        public ComObject()
        {

        }

        [ComVisible(true)]
        public void Test()
        {
            System.Windows.Forms.MessageBox.Show("ComTest");
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;Instance of class in AutoCAD&amp;nbsp;&lt;/SPAN&gt;environment&lt;/P&gt;&lt;LI-CODE lang="general"&gt;using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Autodesk.AutoCAD.Geometry;
using System.Collections;
using System.Runtime.InteropServices;


namespace BuildingApp_Client
{
    [ClassInterface(ClassInterfaceType.AutoDispatch)]
    public static class BuildingAppGlobal
    {
        public static ComObject testcom = new ComObject();
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Client side, late bound, without importing type library&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.InteropServices;
using System.Reflection;

namespace ConsoleApp1
{
    class Program
    {
        static void Main(string[] args)
        {
            Type objType = Type.GetTypeFromProgID("AutoCAD.Application");
            object objSum = Activator.CreateInstance(objType);
            object[] myArgument = {};
            object c = objType.InvokeMember("Test", BindingFlags.InvokeMethod, null, objSum, myArgument);
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and this is the object model I can see&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.jpg" style="width: 945px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1232635i7FE015661CFAB676/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.jpg" alt="Untitled.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And part of your answer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;Create COM interface, use ClassInterfaceAttribute and ComVisibleAttribute in System.Runtime.InteropServices.&lt;/P&gt;&lt;P&gt;Out of process, you would attach to whatever process is running your script.&lt;/P&gt;&lt;P&gt;For COM, where ever you call Marshal.GetActiveObject(progID)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you meant connecting from my code (inside of Autocad) to script running environment, not from script environment to AutoCAD, isn't it? it may also work and good Idea, but wanted to make sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2023 11:52:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12057786#M8433</guid>
      <dc:creator>Ahmadi_rad</dc:creator>
      <dc:date>2023-06-24T11:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12058092#M8434</link>
      <description>&lt;P&gt;In your code:&lt;/P&gt;
&lt;PRE class="lia-code-sample line-numbers language-general" tabindex="0"&gt;&lt;CODE&gt;namespace ConsoleApp1
{
    class Program
    {
        static void Main(string[] args)
        {
            Type objType = Type.GetTypeFromProgID("AutoCAD.Application");
            object objSum = Activator.CreateInstance(objType);
            object[] myArgument = {};
            object c = objType.InvokeMember("Test", BindingFlags.InvokeMethod, null, objSum, myArgument);
        }
    }
}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;objectType&lt;/EM&gt; is the type of AcadApplication (AutoCAD COM object), it DOES NOT HAVE a member called "Test".&lt;/P&gt;
&lt;P&gt;You need to create an instance of your COM Type (&lt;EM&gt;ComObject&lt;/EM&gt; class), and then invoke the Test() method from the instance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Furthermore, since the &lt;EM&gt;ComObject&lt;/EM&gt; class has reference to the AutoCAD .NET assembly, the COM API would only be exposed AFTER the managed DLL is loaded into running AutoCAD session, that is your console test app would only work in the conditions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. AutoCAD runs;&lt;/P&gt;
&lt;P&gt;2. the managed DLL that exposes its objects as COM-able has to be loaded into AutoCAD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2023 16:43:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12058092#M8434</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2023-06-24T16:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12058146#M8435</link>
      <description>&lt;P&gt;Hello&amp;nbsp; and thanks for your reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;You need to create an instance of your COM Type (&lt;/SPAN&gt;&lt;EM&gt;ComObject&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;class)":&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is what&amp;nbsp;I unfortunately don't understand. Comobject instance is a variable instantiated&amp;nbsp;inside of AutoCAD, this is not a stand alone executable that I can create an instance of it, or even if I can, that would be different from the version running inside auto cad. So, this is the question, while we cant inject something to Acad.application object model, how can I create instance of my class that refers to the version inside of cad?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Other points are&amp;nbsp;&lt;/SPAN&gt;observed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2023 17:22:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12058146#M8435</guid>
      <dc:creator>Ahmadi_rad</dc:creator>
      <dc:date>2023-06-24T17:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12070006#M8436</link>
      <description>&lt;P&gt;Answer is here&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.keanw.com/2009/05/interfacing-an-external-com-application-with-a-net-module-in-process-to-autocad-redux.html" target="_blank" rel="noopener"&gt;https://www.keanw.com/2009/05/interfacing-an-external-com-application-with-a-net-module-in-process-to-autocad-redux.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in client side we use AcadApplication.GetInterfaceObject which exposes com object to outside world.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Method is there but still couldn't get the interface, probably problem is from my implementation of com interface, working on it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 18:10:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12070006#M8436</guid>
      <dc:creator>Ahmadi_rad</dc:creator>
      <dc:date>2023-06-29T18:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Connect VS Code to Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12072300#M8437</link>
      <description>&lt;P&gt;And I will be grateful if somebody helps me on details or if necessary I will start a new thread&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This server code worked for a few minutes and I don't know what I changed and I cant get it to work anymore. Problem may be combination of attributes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And somewhere I read that this dll must be loaded from the same folder as acad.exe which is observed.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;using System;
using System.Runtime.InteropServices;

namespace BuildingApp_Client
{
    [Guid("5B5B731C-B37A-4aa2-8E50-42192BD51B17")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface iComTest
    {
        [ComVisible(true)]
        void Test();
    }

    [ClassInterface( ClassInterfaceType.None)]
    //[ComDefaultInterface(typeof(iComObject))]
    [Guid("44D8782B-3F60-4cae-B14D-FA060E8A4D01")]
    [ComVisible(true)]
    [ProgId("BuildingApp_Client.ComTest")]
    public class ComTest : /*System.EnterpriseServices.ServicedComponent,*/ iComTest
    {
        public ComTest()
        {

        }

        [ComVisible(true)]
        public void Test()
        {
            System.Windows.Forms.MessageBox.Show("ComTest");
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;client side code:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;namespace ConsoleApp1
{
    class Program
    {
        static void Main(string[] args)
        {
            int i = 0;
            AcadApplication acApp = (AcadApplication)Marshal.GetActiveObject("AutoCAD.Application.24");
            object o = acApp.GetInterfaceObject("BuildingApp_Client.ComTest");

            //BuildingApp_Client.ComObject C = (BuildingApp_Client.ComObject)o;
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;get interface throws exceptiion of "problem loading application". finally I want to run test method.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 16:32:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/connect-vs-code-to-autocad/m-p/12072300#M8437</guid>
      <dc:creator>Ahmadi_rad</dc:creator>
      <dc:date>2023-06-30T16:32:17Z</dc:date>
    </item>
  </channel>
</rss>

