<?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: Robot Structural Analysis 2025 /table Load / API in Robot Structural Analysis Forum</title>
    <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13917405#M85664</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/909720"&gt;@danielroure2267&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I still don't understand what you're expecting here. Each reply expands the request, but the scope is never set.&lt;/P&gt;
&lt;P&gt;I would like to remind you that you have not explained what your program does, nor the lifecycle of your data. This would allow us to get straight to the point.&lt;/P&gt;
&lt;P&gt;I have reviewed both of your files and I suggest that you look again at the code snippet from message 8, which has been updated. It no longer uses the IRoboLoadRecord2 cast, and it allows you to retrieve a dynamic value and access the UniqueId field for all load types (C#, VB, Python).&lt;/P&gt;
&lt;P&gt;Furthermore, a record can only be deleted based on its position in the list, as with the Get method: Get(i) ⇒ Delete(i). Therefore, the loop must be executed in reverse order, deleting the last element first. (§ &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-delete-load-records-within-load-case/m-p/10540748#M13628)" target="_blank" rel="noopener"&gt;Robot API: Delete load records within load case&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;
&lt;P&gt;Since I don’t see why forum users should be involved in debugging, I will not continue this discussion publicly. If you encounter further difficulties, I sometimes respond privately in French/English.&amp;nbsp;Feel free to create a new topic if you have other questions.&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;Copy-paste automation is not part of the documented Autodesk Robot API.&amp;nbsp;However, RobotWindow has a handle and a SendMessage method. Windows libraries can access it by its full RobotTable name, including application name and version. Alternatively, for reading only: see &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-macro-for-dumping-all-opened-tables-in-robot-with-all-tabs/m-p/5403391" target="_blank" rel="noopener"&gt;(API) which allows exporting all open tables in Robot (with all tabs) to Excel&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Load tables represent a user-customizable view, with columns that can be reordered. To reliably correlate data between access methods, each load record includes a readonly UniqueId, which can be stored in the user-accessible Description field (§ &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/td-p/13880277#M85575" target="_blank" rel="noopener"&gt;8&lt;/A&gt;). Since each load record is unique in its properties, a hash code may be sufficient.&lt;/LI&gt;
&lt;LI&gt;Although the &lt;SPAN&gt;RobotWindow&amp;nbsp;&lt;/SPAN&gt;handle does not match a Windows handle, it is required to activate table tabs and still useful for identification as the table name can change.&lt;/LI&gt;
&lt;LI&gt;The IRobotTableType property is not accessible from RobotTable, only the order in which the columns appear or the table tab name with its index can be used to determine the corresponding IRobotTableDataType. This may involve processing data according to the table configuration, taking into account the packet size.&lt;/LI&gt;
&lt;LI data-unlink="true"&gt;Windows keyboard emulation, the system clipboard and Robot event handling operate asynchronously.&amp;nbsp;Therefore, it is recommended to use this way only if you understand how sequences interact&amp;nbsp;and can adapt it to your hardware and projects. (here an &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-pour-utiliser-l-onglet-quot-edition-textuel-quot-du-tableau/td-p/13838837#M85491" target="_blank" rel="noopener"&gt;approach&lt;/A&gt;&amp;nbsp;using C# and an unlocked VBA&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-combinationtype-modification/td-p/13904445#M85612)" target="_blank" rel="noopener"&gt;test project&lt;/A&gt; to create combinations using data pasting)&lt;/LI&gt;
&lt;LI&gt;A fast user copy-paste action does not imply that a program can perform the same operation faster. For certain tables, timing, window focus, identification needs, and loop constraints make automated copy-paste both slower and less reliable than using the API. Also note that the writing speed slows down as the table grows.&lt;/LI&gt;
&lt;LI&gt;For load tables, it’s best to keep the total number of load records to copy under 1,500 rows and to process them in batches of no more than 150 rows—50 to 75 rows in particular if you plan to add formatting logic to fit the text-editing tab in write mode (even if it lets you define points or an outline) and if you intend to read from the values tab.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For the forum, this topic is now closed.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2026 10:41:05 GMT</pubDate>
    <dc:creator>Stephane.kapetanovic</dc:creator>
    <dc:date>2026-03-06T10:41:05Z</dc:date>
    <item>
      <title>Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13880277#M85564</link>
      <description>&lt;P&gt;Hello, I noticed that in Robot Structural Analysis 2025, there is now a unique number for load lines:&lt;/P&gt;&lt;P&gt;- Is this number useful for users when using the software?&lt;/P&gt;&lt;P&gt;- Is this number accessible in the API? In the API, there is a unique ID (UniqueID), but it does not correspond to the same number that appears in the table. I would like to know how to access this second unique number via the API.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 13:13:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13880277#M85564</guid>
      <dc:creator>danielroure2267</dc:creator>
      <dc:date>2025-11-04T13:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13880392#M85565</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/909720"&gt;@danielroure2267&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UniqueID is an internal identifier and row numbers in the table is just a row numbers.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 14:17:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13880392#M85565</guid>
      <dc:creator>Romanich</dc:creator>
      <dc:date>2025-11-04T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13880451#M85566</link>
      <description>&lt;P&gt;Okay, but can this line number be retrieved via the API? Or is it linked to the Unique ID?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 14:48:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13880451#M85566</guid>
      <dc:creator>danielroure2267</dc:creator>
      <dc:date>2025-11-04T14:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13880586#M85567</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/909720"&gt;@danielroure2267&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See :&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/get-envelope-forces-bar-via-api-c/m-p/13009093#M2052" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/robot-structural-analysis-forum/get-envelope-forces-bar-via-api-c/m-p/13009093#M2052&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;other identifiers exist : Label,&amp;nbsp;LoadRecord, CodeCombination, CaseCombination, Case, .... See Robot API 20xx.pdf in the ..\SDK directory&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 16:01:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13880586#M85567</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-11-12T16:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13881454#M85568</link>
      <description>&lt;P&gt;Yes, I am familiar with this PDF file, but I cannot find the information about the line numbers that appear in the load tables. The link provides the UniqueID for the bars and nodes, but I am looking for the line number in the load table. Is it possible to obtain this information via the API?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 06:52:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13881454#M85568</guid>
      <dc:creator>danielroure2267</dc:creator>
      <dc:date>2025-11-05T06:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13881488#M85569</link>
      <description>&lt;P&gt;As &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/559029"&gt;@Romanich&lt;/a&gt;&amp;nbsp; explains:&lt;/P&gt;
&lt;P&gt;The image ...140456.png simply represents the internal numbering of the rows in the Excel-style table.&lt;/P&gt;
&lt;P&gt;The image ...140820.png represents an internal identifier. In this case, the read-only unique identifier assigned to each load record. To determine what type of object has a unique identifier, refer to the PDF file.&lt;/P&gt;
&lt;P&gt;It seems that you're trying to identify your load records. You won’t find any direct correlation between the user-defined order of appearance in the table and the internal UniqueID values. This is a common issue that may require *MatchScore*-type classification using enhanced comparable classes and/or editable properties such as UserID or Description. Topics not directly related to the API are not documented on the forum.&amp;nbsp;You’re on your own here.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT size="2"&gt;Python doesn’t have formal interfaces like IComparable or IEquatable in C#.&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="2"&gt;However, it provides equivalent mechanisms through its special (magic) methods.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 06:59:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13881488#M85569</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-11-06T06:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13883701#M85574</link>
      <description>Hello,&lt;BR /&gt;If I understand correctly:&lt;BR /&gt;The variable corresponding to the line number in the load table is not accessible via the API.&lt;BR /&gt;There is no link between this line number and the UniqueID of the load lines accessible in the API.&lt;BR /&gt;Do you know if it is possible to link these two pieces of information?&lt;BR /&gt;&lt;BR /&gt;Best regards, thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2025 09:02:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13883701#M85574</guid>
      <dc:creator>danielroure2267</dc:creator>
      <dc:date>2025-11-06T09:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13883813#M85575</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/909720"&gt;@danielroure2267&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As explained in PM, it’s not easy to give you proper advice since you haven’t described the data usage cycle.&lt;/P&gt;
&lt;P&gt;The answer to your question (&lt;EM&gt;Do you know if it is possible to link these two pieces of information?&lt;/EM&gt;) is probably already in my previous reply: either use a match score and/or rely on one of the UserID or Description properties, the latter allows interaction both in the table and through the API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This code allows you to retrieve the UniqueID information from the table. It is also possible to reverse the process to extract a number contained in the text.&lt;/P&gt;
&lt;P&gt;After running the macro, open the load table or update the table values by right-clicking.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Python&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;import win32com.client

def FlashLoadRecordDescription():
    structure = win32com.client.Dispatch("Robot.Application").Project.Structure
    cases = structure.Cases.GetMany(structure.Selections.CreatePredefined(2))
    for i in range(1, cases.Count + 1):
        cas = cases.Get(i) 
        if cas.Type != 0 or cas.AnalizeType == 11: continue
        records = cas.Records
        for j in range(1, records.Count + 1):
            rec = records.Get(j) 
            rec.Description = f"UniqueID: {rec.UniqueId}".rstrip()

if __name__ == "__main__": FlashLoadRecordDescription()&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;C#&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;using static RobotOM.IRobotCaseType;
using static RobotOM.IRobotCaseAnalizeType;
using static RobotOM.IRobotPredefinedSelection;
public static void FlashLoadRecordDescription() {
    var structure = new RobotApplication().Project.Structure;
    var cases = structure.Cases.GetMany(structure.Selections.CreatePredefined(I_PS_CASE_SIMPLE_CASES));
    for (int i = 1; i &amp;lt;= cases.Count; i++) { IRobotCase cas = cases.Get(i);
        if (cas.Type != I_CT_SIMPLE || cas.AnalizeType == I_CAT_DYNAMIC_MODAL) continue;
        var records = ((RobotSimpleCase)cas).Records;
        for (int j = 1; j &amp;lt;= records.Count; j++) {
            if (((IRobotLoadRecordCommon)records.Get(j)).IsAutoGenerated) continue;
            dynamic rec = records.Get(j); rec.Description = $"UniqueID: {rec.UniqueId}";
        }
    }
}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;VBA&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;Sub FlashLoadRecordDescription()
  Dim Cas As IRobotCase, SimpleCas As RobotSimpleCase
  Dim commonRec As IRobotLoadRecordCommon, rec As IRobotLoadRecord
  With New RobotApplication
    With .Project.Structure
      With .Cases.GetMany(.Selections.CreatePredefined(I_PS_CASE_SIMPLE_CASES))
        For i = 1 To .Count: Set Cas = .Get(i)
          If Cas.AnalizeType &amp;lt;&amp;gt; I_CAT_DYNAMIC_MODAL And Cas.Type = I_CT_SIMPLE Then
            Set SimpleCas = Cas
            With SimpleCas.Records
              For j = 1 To .Count: Set commonRec = .Get(j)
                If Not commonRec.IsAutoGenerated Then
                   Set rec = .Get(j): rec.Description = "UniqueID :" &amp;amp; rec.UniqueID
                End If
              Next j
            End With
          End If
        Next i
      End With
    End With
  End With
End Sub&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stephanekapetanovic_1-1762425311064.png" style="width: 694px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1586035i54DDFD31E3CE04E4/image-dimensions/694x152?v=v2" width="694" height="152" role="button" title="Stephanekapetanovic_1-1762425311064.png" alt="Stephanekapetanovic_1-1762425311064.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#0000FF"&gt;updated&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 09:07:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13883813#M85575</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-11-20T09:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13907511#M85616</link>
      <description>&lt;P&gt;Hello, I am trying to link the lines in the load table in the "text editing" tab, where I have comments and where I can enter calculations, with the "editing table" that is accessible via the API. I thought I could do this using the line numbers, but they are not accessible. When you write a memo in the text editing table, it is not found in the load table: see screenshot. I have not been able to find a way to retrieve the line from the text editing table directly via the API (screenshot 1). Best regards.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 08:59:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13907511#M85616</guid>
      <dc:creator>danielroure2267</dc:creator>
      <dc:date>2025-11-17T08:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13907597#M85617</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/909720"&gt;@danielroure2267&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to the Table Edition tab, the memo field (blue) corresponds to the Description property from&amp;nbsp;RobotLoadRecord in the API&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stephanekapetanovic_2-1763375297978.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1596565iA5331DCB4F3B4ADE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Stephanekapetanovic_2-1763375297978.png" alt="Stephanekapetanovic_2-1763375297978.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Go to the Values tab, right-click on the table, select Table Columns from the context menu, check the Memo Field option in the dialog box, and then click OK.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stephanekapetanovic_1-1763375275037.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1596564iEFF0987859989084/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Stephanekapetanovic_1-1763375275037.png" alt="Stephanekapetanovic_1-1763375275037.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The Memo field cannot be added from the Text Edition tab.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 15:40:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13907597#M85617</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-11-18T15:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13909525#M85636</link>
      <description>&lt;P&gt;My information (as shown in my screenshots before) is in the "Text edition" tab, and I want to retrieve it to put it in a memo in "Table edition"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Python module proposed above, the program has a bug on the lines load "(EF) planar on contour" :&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Exception has occurred: com_error&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;(-2147352573, 'Membre introuvable.', None, None)&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;File "&lt;A target="_blank"&gt;C:&lt;/A&gt;\test.py", line 61, in FlashLoadRecordDescription rec.Description = f"UniqueID: {rec.UniqueId} {rec.Description or ''}".rstrip() File "&lt;A target="_blank"&gt;C:&lt;/A&gt;\test.py", line 96, in &amp;lt;module&amp;gt; if __name__ == "__main__": FlashLoadRecordDescription() pywintypes.com_error: (-2147352573, 'Membre introuvable.', None, None)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know why? Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 10:38:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13909525#M85636</guid>
      <dc:creator>danielroure2267</dc:creator>
      <dc:date>2025-11-18T10:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13909683#M85640</link>
      <description>&lt;P&gt;You've given me an idea; is it possible to retrieve the central column of the "Value" tab via the API, which would allow me to make the connection?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 13:13:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13909683#M85640</guid>
      <dc:creator>danielroure2267</dc:creator>
      <dc:date>2025-11-18T13:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13910204#M85643</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/909720"&gt;@danielroure2267&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your topic would be more educational and useful to the forum if it were created using the &lt;STRONG&gt;Table Edition&lt;/STRONG&gt; tab, which does not include the extra text customizations found in the Text Edition tab and already provides all the fields needed to configure &lt;STRONG&gt;standard load records&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;It would also have been helpful if you had &lt;STRONG&gt;clarified your project&lt;/STRONG&gt;, for example by &lt;STRONG&gt;posting a code snippet&lt;/STRONG&gt; and &lt;STRONG&gt;describing your data usage cycle&lt;/STRONG&gt;, especially since Python behaves quite differently from VBA or C# due to its type system and the way it handles COM objects. VB and C# being the languages ​​most commonly used here, as mentioned in PM.&lt;/P&gt;
&lt;P&gt;I found the project description only &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-pour-utiliser-l-onglet-quot-edition-textuel-quot-du-tableau/td-p/13838837" target="_blank" rel="noopener"&gt;in your initial statement of intent&lt;/A&gt; and due to your &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/re-difference-in-results-between-version-2018-and-2025/m-p/13863274#M85548" target="_blank" rel="noopener"&gt;comparisons&lt;/A&gt;; the scope has since evolved based on the leads discussed here.&lt;/P&gt;
&lt;P&gt;This community thrives on open exchange. The solutions provided here are free and aim to explain concepts, address issues, and help everyone learn. Sometimes this includes unofficial workarounds not found in the official API, shared because they can be useful when no other option exists. It’s also a great place to connect with others professionals who can help you develop your ideas.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2025 07:38:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13910204#M85643</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-12-14T07:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13910759#M85644</link>
      <description>&lt;P&gt;&lt;EM&gt;You've given me an idea; is it possible to retrieve the central column of the "Value" tab via the API, which would allow me to make the connection?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Save it to a CSV file using RobotPrintable 's SaveToFile method,&amp;nbsp;then read it by parsing the CSV entries that contain semicolons. see&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-macro-for-dumping-all-opened-tables-in-robot-with-all-tabs/td-p/5403391" target="_blank" rel="noopener"&gt;(API) Macro for dumping all opened tables&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That aside, wouldn't it have been faster to use the API to create your load records?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2025 05:58:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13910759#M85644</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-12-14T05:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13911517#M85650</link>
      <description>&lt;P&gt;&lt;EM&gt;In the Python module proposed above, the program has a bug on the lines load "(EF) planar on contour" :&lt;/EM&gt;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;Exception has occurred: com_error
(-2147352573, 'Membre introuvable.', None, None)
File "C:\test.py", line 61, in FlashLoadRecordDescription rec.Description = f"UniqueID: {rec.UniqueId} {rec.Description or ''}".rstrip() File "C:\test.py", line 96, in &amp;lt;module&amp;gt; if __name__ == "__main__": FlashLoadRecordDescription() pywintypes.com_error: (-2147352573, 'Membre introuvable.', None, None)&lt;/LI-CODE&gt;
&lt;P&gt;The error you encountered is not a bug in the code, but a limitation of Robot’s COM type system. The types: IRobotLoadRecordThermalIn3Points, IRobotLoadRecordLinear3D, and IRobotLoadRecordIn3Points do not implement IRobotLoadRecord2, which is the interface that exposes the UniqueId property for the other 21.&lt;/P&gt;
&lt;P&gt;These 3 record types inherit only from the IRobotLoadRecord interface, which does not provide UniqueId.&lt;/P&gt;
&lt;P&gt;In addition, when using Python via pywin32, CastTo may fail for Robot COM types, even when they technically implement IRobotLoadRecordCommon. This means that filtering of records using IsAutoGenerated cannot be done and all records will be “flashed”.&amp;nbsp;One possible approach could be to use pythonnet to access the .NET COM interfaces, where casting behaves like in C#.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2025 06:39:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13911517#M85650</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-12-14T06:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13914773#M85652</link>
      <description>&lt;P&gt;Hello Text Edition, as I mentioned above, allows you to use calculation formulas and add comments, which is useful in cases where loads are complex.&lt;/P&gt;&lt;P&gt;I am attaching my Python code based on your information (thanks again), which allows me to add UniqueID numbers to memos or replace them if they already exist, and to create a manual ID when one does not exist.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 16:36:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13914773#M85652</guid>
      <dc:creator>danielroure2267</dc:creator>
      <dc:date>2025-11-21T16:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13914780#M85653</link>
      <description>&lt;P&gt;Thank you; how can I find this unique number for these loads? Does it have another name? How can I access it? I tried Pythonnet, but it doesn't work. Do you have an example? I used CastTo because it was in the example of see (API) Macro for dumping all opened tables that you gave me.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 16:34:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13914780#M85653</guid>
      <dc:creator>danielroure2267</dc:creator>
      <dc:date>2025-11-21T16:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13915240#M85655</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/909720"&gt;@danielroure2267&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI, you may not have noticed, but I’ve updated the code I posted in message 8.&lt;/P&gt;
&lt;P&gt;The provided snippet is a transcript without context or boundaries and does not include the uncovered sections; therefore, I still lack a complete view of what your program does.&lt;/P&gt;
&lt;P&gt;I still believe that copy and paste was an interesting and rarely discussed topic.&lt;/P&gt;
&lt;P&gt;As there don’t seem to be any further questions, I’ll leave it here.&lt;/P&gt;
&lt;P&gt;Thanks for the positive feedback.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2025 07:29:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13915240#M85655</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-12-14T07:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13917125#M85662</link>
      <description>&lt;P&gt;Hello, I saw your message 8. If you looked at my code in message 16, you will see that I started from that message. My problem is that there are load lines that do not have an UniqueID, which you will see in my code, since I am trying to give one in this case, but I cannot use it because the record number will not be useful for deletion if I have deleted loads previously. I wrote a code to delete charges from a file where you check the charges and delete them from UniqueID except for ManiID; attached; the purpose of my code is to be able to add, modify, and delete charges from the text editing table (see also message 9). Best regards&lt;BR /&gt;*** Translated with &lt;A href="http://www.DeepL.com/Translator" target="_blank"&gt;www.DeepL.com/Translator&lt;/A&gt; (free version) ***&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 07:19:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13917125#M85662</guid>
      <dc:creator>danielroure2267</dc:creator>
      <dc:date>2025-11-24T07:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Robot Structural Analysis 2025 /table Load / API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13917405#M85664</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/909720"&gt;@danielroure2267&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I still don't understand what you're expecting here. Each reply expands the request, but the scope is never set.&lt;/P&gt;
&lt;P&gt;I would like to remind you that you have not explained what your program does, nor the lifecycle of your data. This would allow us to get straight to the point.&lt;/P&gt;
&lt;P&gt;I have reviewed both of your files and I suggest that you look again at the code snippet from message 8, which has been updated. It no longer uses the IRoboLoadRecord2 cast, and it allows you to retrieve a dynamic value and access the UniqueId field for all load types (C#, VB, Python).&lt;/P&gt;
&lt;P&gt;Furthermore, a record can only be deleted based on its position in the list, as with the Get method: Get(i) ⇒ Delete(i). Therefore, the loop must be executed in reverse order, deleting the last element first. (§ &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-delete-load-records-within-load-case/m-p/10540748#M13628)" target="_blank" rel="noopener"&gt;Robot API: Delete load records within load case&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;
&lt;P&gt;Since I don’t see why forum users should be involved in debugging, I will not continue this discussion publicly. If you encounter further difficulties, I sometimes respond privately in French/English.&amp;nbsp;Feel free to create a new topic if you have other questions.&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;Copy-paste automation is not part of the documented Autodesk Robot API.&amp;nbsp;However, RobotWindow has a handle and a SendMessage method. Windows libraries can access it by its full RobotTable name, including application name and version. Alternatively, for reading only: see &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-macro-for-dumping-all-opened-tables-in-robot-with-all-tabs/m-p/5403391" target="_blank" rel="noopener"&gt;(API) which allows exporting all open tables in Robot (with all tabs) to Excel&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Load tables represent a user-customizable view, with columns that can be reordered. To reliably correlate data between access methods, each load record includes a readonly UniqueId, which can be stored in the user-accessible Description field (§ &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/td-p/13880277#M85575" target="_blank" rel="noopener"&gt;8&lt;/A&gt;). Since each load record is unique in its properties, a hash code may be sufficient.&lt;/LI&gt;
&lt;LI&gt;Although the &lt;SPAN&gt;RobotWindow&amp;nbsp;&lt;/SPAN&gt;handle does not match a Windows handle, it is required to activate table tabs and still useful for identification as the table name can change.&lt;/LI&gt;
&lt;LI&gt;The IRobotTableType property is not accessible from RobotTable, only the order in which the columns appear or the table tab name with its index can be used to determine the corresponding IRobotTableDataType. This may involve processing data according to the table configuration, taking into account the packet size.&lt;/LI&gt;
&lt;LI data-unlink="true"&gt;Windows keyboard emulation, the system clipboard and Robot event handling operate asynchronously.&amp;nbsp;Therefore, it is recommended to use this way only if you understand how sequences interact&amp;nbsp;and can adapt it to your hardware and projects. (here an &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-pour-utiliser-l-onglet-quot-edition-textuel-quot-du-tableau/td-p/13838837#M85491" target="_blank" rel="noopener"&gt;approach&lt;/A&gt;&amp;nbsp;using C# and an unlocked VBA&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-combinationtype-modification/td-p/13904445#M85612)" target="_blank" rel="noopener"&gt;test project&lt;/A&gt; to create combinations using data pasting)&lt;/LI&gt;
&lt;LI&gt;A fast user copy-paste action does not imply that a program can perform the same operation faster. For certain tables, timing, window focus, identification needs, and loop constraints make automated copy-paste both slower and less reliable than using the API. Also note that the writing speed slows down as the table grows.&lt;/LI&gt;
&lt;LI&gt;For load tables, it’s best to keep the total number of load records to copy under 1,500 rows and to process them in batches of no more than 150 rows—50 to 75 rows in particular if you plan to add formatting logic to fit the text-editing tab in write mode (even if it lets you define points or an outline) and if you intend to read from the values tab.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For the forum, this topic is now closed.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 10:41:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-structural-analysis-2025-table-load-api/m-p/13917405#M85664</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2026-03-06T10:41:05Z</dc:date>
    </item>
  </channel>
</rss>

