<?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: How to start the a Robot Structural application through API in Robot Structural Analysis Forum</title>
    <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/13723896#M85062</link>
    <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6876621"&gt;@Stephane.kapetanovic&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the explanation, that helped clarify things.&lt;/P&gt;&lt;P&gt;Quick question: I’d like my app to start even if Robot isn’t running. Then, later (e.g., on an "Import" button), I want to check if Robot and a project are available and proceed.&lt;/P&gt;&lt;P class=""&gt;I want my C# app to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;Start without requiring Robot&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Allow users to launch Robot later&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Recheck connection on "Import" without restarting the app&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The problem is:&lt;BR /&gt;If I launch my app when Robot isn’t running, even setting robotApp = null, or trying robotApp = new RobotApplication()&amp;nbsp; when lunching Robot later doesn’t work. the app still acts like Robot is unavailable unless I restart the app.&lt;/P&gt;&lt;P&gt;Is there a clean way to reset or reinitialize the Robot connection once Robot is launched &lt;EM&gt;after&lt;/EM&gt; the app has started?&lt;/P&gt;&lt;P&gt;Any tip or small example would be really appreciated!&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Walid&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jul 2025 11:15:34 GMT</pubDate>
    <dc:creator>WALIDGIO</dc:creator>
    <dc:date>2025-07-14T11:15:34Z</dc:date>
    <item>
      <title>How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11175023#M10505</link>
      <description>&lt;P&gt;Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;How do we code for starting the application? Apologies if this is a very simple question.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 16:06:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11175023#M10505</guid>
      <dc:creator>HadiMoosavi</dc:creator>
      <dc:date>2022-05-17T16:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11176064#M10506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7313363"&gt;@HadiMoosavi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can access the link below, which has examples and basic steps for beginners&lt;/P&gt;&lt;P&gt;Link:&lt;FONT color="#00FF00"&gt;&amp;nbsp;&lt;A title="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-tutorial/td-p/3939601" href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-tutorial/td-p/3939601" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-tutorial/td-p/3939601&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 01:53:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11176064#M10506</guid>
      <dc:creator>chjpcoi</dc:creator>
      <dc:date>2022-05-18T01:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11197800#M10507</link>
      <description>Will do. Thanks.</description>
      <pubDate>Fri, 27 May 2022 14:22:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11197800#M10507</guid>
      <dc:creator>HadiMoosavi</dc:creator>
      <dc:date>2022-05-27T14:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11329365#M10508</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4621108"&gt;@chjpcoi&lt;/a&gt;&amp;nbsp;, Hello again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked at those locations. But I didn't find an example that launches Robot.&lt;/P&gt;&lt;P&gt;I found an article in Robot API tutorial (see below). But it does not seem to be the right code for launching a new instance of Robot. Could you please advise on this? By the way, I use C#.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HadiMoosavi_4-1659124589597.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1098325i0735AB0109FD80D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HadiMoosavi_4-1659124589597.png" alt="HadiMoosavi_4-1659124589597.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 20:12:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11329365#M10508</guid>
      <dc:creator>HadiMoosavi</dc:creator>
      <dc:date>2022-07-29T20:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11329409#M10509</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7313363"&gt;@HadiMoosavi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To use API&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;using RobotOM;

// To use API with Robot and a project open 
IRobotApplication RobApp = new RobotApplication();
bool Visible = RobApp.Visible == -1,
     IsActive = RobApp.Project.IsActive == -1,
     Ready = Visible &amp;amp;&amp;amp; IsActive;
if (Ready){ 
 // do something 
}
RobApp = null;

// To open Robot and create a new project 
RobotApplication RobApp = new RobotApplication();
RobApp.Visible = -1;
RobApp.Project.New(IRobotProjectType.I_PT_FRAME_3D);&lt;/LI-CODE&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 11:40:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11329409#M10509</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-07-14T11:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11329504#M10510</link>
      <description>&lt;P&gt;Thank you very much, Stephane.&lt;BR /&gt;What do Visible and Active properties are used for?&lt;BR /&gt;There is little information in the SDK.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 21:51:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11329504#M10510</guid>
      <dc:creator>HadiMoosavi</dc:creator>
      <dc:date>2022-07-29T21:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11329992#M10511</link>
      <description>&lt;P&gt;First state : instance created but robot not showed&lt;BR /&gt;Visible: Second state = App displayed to the user.&lt;BR /&gt;Project.IsActive: Third state = Project started&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 07:40:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11329992#M10511</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2022-07-30T07:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11355117#M10512</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6876621"&gt;@Stephane.kapetanovic&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;I have another question if you would help.&lt;BR /&gt;Manually, I can open two instances of Robot.&lt;BR /&gt;Is it possible to open two instances using API?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 03:17:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11355117#M10512</guid>
      <dc:creator>HadiMoosavi</dc:creator>
      <dc:date>2022-08-12T03:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11355169#M10513</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7313363"&gt;@HadiMoosavi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure I understand precisely, could you detail the reasons for such a request?&lt;BR /&gt;If you plan to use two successive function calls (cascade) on same thread, yes it is possible.&lt;BR /&gt;At the same time or very close on same server (multithread), it is not safe.&lt;BR /&gt;Working on two robot instances at the same time by API is not possible.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 04:33:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11355169#M10513</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2022-08-12T04:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11355220#M10514</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6876621"&gt;@Stephane.kapetanovic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am glad you asked. Here it goes.&amp;nbsp;&lt;BR /&gt;I am trying to call RSA from Revit Dynamo in a Generative Design(GD) graph. GD which is some kind of evolutionary algorithm, runs six parallel instances of the graph which means six RSA instances. But based on your answer, it seems it is not possible. Do you have any recommendations?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 05:30:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11355220#M10514</guid>
      <dc:creator>HadiMoosavi</dc:creator>
      <dc:date>2022-08-12T05:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11355320#M10515</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7313363"&gt;@HadiMoosavi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does your program itself handle synchronization across the six instances? If so, you could protect access to Robot with a lock. If not, it isn’t safe. It also depends on which parts are implemented. Your project is interesting, but what you’re trying to achieve is complex and not really within the scope of this forum, which is focused on the use of Robot software. I’m not saying there are no solutions, but you should carefully review the requirements of such an asynchronous architecture.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 06:13:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11355320#M10515</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-09-01T06:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11367786#M10516</link>
      <description>&lt;P&gt;It does manage the sync between instances. Although, I did not understand the part about protecting with a lock.&lt;BR /&gt;Could you expand on this?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 21:48:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11367786#M10516</guid>
      <dc:creator>HadiMoosavi</dc:creator>
      <dc:date>2022-08-18T21:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11367914#M10517</link>
      <description>&lt;P&gt;I was referring to a program you developed yourself and over which you have full control, not a third-party application you’re trying to integrate. In your case, it’s not safe.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/statements/lock" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/statements/lock&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 06:14:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/11367914#M10517</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-09-01T06:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/13714806#M85043</link>
      <description>&lt;P&gt;Hi, Why my program always ask to run Robot analysis before starting my program that have robot API ?&lt;BR /&gt;Is there a solution to this problem, thank you&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 00:43:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/13714806#M85043</guid>
      <dc:creator>WALIDGIO</dc:creator>
      <dc:date>2025-07-08T00:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/13715000#M85044</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3743427"&gt;@WALIDGIO&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that’s just how Robot works. There’s no real storage outside the open project, so if the app and project aren’t both running, a bunch of API calls just won’t work.&lt;/P&gt;
&lt;P&gt;It’s kind of a built-in safeguard. Most people just add a check at the start of their script to catch that.&lt;/P&gt;
&lt;P&gt;Sometimes it shows a message, sometimes it’s silent. You can also delay the check and handle it later in the flow if that makes more sense for your tool.&lt;/P&gt;
&lt;P&gt;Some devs even build their own data formats or logic around Robot, so they can split things like, generate stuff first and deal with export later. That way, you are not stuck if Robot is used otherwise or not running permanently.&lt;/P&gt;
&lt;P&gt;Excel works great for simple sequential workflows. If the data is more demanding, exporting to formats like plain text, CSV, JSON, XML, or even a database can give you&amp;nbsp;&lt;SPAN&gt;more speed and flexibility.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 05:12:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/13715000#M85044</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-07-08T05:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/13723896#M85062</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6876621"&gt;@Stephane.kapetanovic&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the explanation, that helped clarify things.&lt;/P&gt;&lt;P&gt;Quick question: I’d like my app to start even if Robot isn’t running. Then, later (e.g., on an "Import" button), I want to check if Robot and a project are available and proceed.&lt;/P&gt;&lt;P class=""&gt;I want my C# app to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;Start without requiring Robot&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Allow users to launch Robot later&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Recheck connection on "Import" without restarting the app&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The problem is:&lt;BR /&gt;If I launch my app when Robot isn’t running, even setting robotApp = null, or trying robotApp = new RobotApplication()&amp;nbsp; when lunching Robot later doesn’t work. the app still acts like Robot is unavailable unless I restart the app.&lt;/P&gt;&lt;P&gt;Is there a clean way to reset or reinitialize the Robot connection once Robot is launched &lt;EM&gt;after&lt;/EM&gt; the app has started?&lt;/P&gt;&lt;P&gt;Any tip or small example would be really appreciated!&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Walid&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 11:15:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/13723896#M85062</guid>
      <dc:creator>WALIDGIO</dc:creator>
      <dc:date>2025-07-14T11:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the a Robot Structural application through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/13724531#M85069</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3743427"&gt;@WALIDGIO&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class=""&gt;&lt;EM&gt;Start without requiring Robot&lt;/EM&gt; -&amp;gt;&amp;nbsp;&amp;nbsp;yes but you can't use functions creating objects from servers&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;&lt;EM&gt;Allow users to launch Robot later&lt;/EM&gt; -&amp;gt;&amp;nbsp;add a "send to robot" button&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;&lt;EM&gt;Recheck connection on "Import" without restarting the app&lt;/EM&gt; -&amp;gt;&amp;nbsp;1 2 3 asks to create your own objects and classes&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;EM&gt;Is there a clean way to reset or reinitialize the Robot connection once Robot is launched&amp;nbsp;after&amp;nbsp;the app has started?&amp;nbsp;&lt;/EM&gt;&lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-c/m-p/12369008#M4548" target="_blank" rel="noopener"&gt;ReleaseComObject&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 06:19:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/how-to-start-the-a-robot-structural-application-through-api/m-p/13724531#M85069</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-09-01T06:19:16Z</dc:date>
    </item>
  </channel>
</rss>

