<?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: snoop db : Snoop selection with an array of strings in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/11884539#M12771</link>
    <description>&lt;P&gt;Yes, that seems a bit suboptimal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried out what it looks like in the new and vastly improved RevitLookup 2024?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2023/04/revit-2024-and-revitlookup-2024.html" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2023/04/revit-2024-and-revitlookup-2024.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The new version can also be used in an older release of Revit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, I asked Nice3point for you whether he can explain:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/jeremytammik/RevitLookup/issues/156" target="_blank"&gt;https://github.com/jeremytammik/RevitLookup/issues/156&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2023 07:09:03 GMT</pubDate>
    <dc:creator>jeremy_tammik</dc:creator>
    <dc:date>2023-04-10T07:09:03Z</dc:date>
    <item>
      <title>snoop db : Snoop selection with an array of strings</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/11884127#M12770</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an extensible storage with an array of strings, the array is used to add some unique id’s of other element’s to an element.&lt;/P&gt;&lt;P&gt;I can write / read the data, but snoop db gives a list of char’s instead of one string, is this a flaw in my software, or is it a strange way of showing the data in snoop db.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim KabelIdList As New List(Of String)&lt;/P&gt;&lt;P&gt;KabelIdList.Add(“test”)&lt;/P&gt;&lt;P&gt;Kabel_Entity.[Set](Of IList(Of String))("Unieque_ElementId", KabelIdList)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="snoop 1.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1200297i3ED9D8DA1C93D482/image-size/large?v=v2&amp;amp;px=999" role="button" title="snoop 1.jpg" alt="snoop 1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2023 23:54:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/11884127#M12770</guid>
      <dc:creator>ivo.lafeber</dc:creator>
      <dc:date>2023-04-09T23:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: snoop db : Snoop selection with an array of strings</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/11884539#M12771</link>
      <description>&lt;P&gt;Yes, that seems a bit suboptimal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried out what it looks like in the new and vastly improved RevitLookup 2024?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2023/04/revit-2024-and-revitlookup-2024.html" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2023/04/revit-2024-and-revitlookup-2024.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The new version can also be used in an older release of Revit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, I asked Nice3point for you whether he can explain:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/jeremytammik/RevitLookup/issues/156" target="_blank"&gt;https://github.com/jeremytammik/RevitLookup/issues/156&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 07:09:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/11884539#M12771</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-04-10T07:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: snoop db : Snoop selection with an array of strings</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/11884708#M12772</link>
      <description>&lt;P&gt;Use the latest version of RevitLookup if possible, it is available for Revit versions 21-24&lt;BR /&gt;This issue has already fixed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nice3point_1-1681118956641.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1200395iF49089E7C8785002/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nice3point_1-1681118956641.png" alt="nice3point_1-1681118956641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/jeremytammik/RevitLookup/releases/latest" target="_blank" rel="noopener"&gt;https://github.com/jeremytammik/RevitLookup/releases/latest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 09:29:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/11884708#M12772</guid>
      <dc:creator>nice3point</dc:creator>
      <dc:date>2023-04-10T09:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: snoop db : Snoop selection with an array of strings</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/13129941#M12773</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&amp;nbsp;, unfortunately this is still an issue in the new RevitLookup. It is VERY slow to open this window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-11-04 18 20 29.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1429593iC3BB79B0A069896A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-11-04 18 20 29.png" alt="2024-11-04 18 20 29.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-11-04 18 22 35.png" style="width: 788px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1429594i49ACD415C3A80E3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-11-04 18 22 35.png" alt="2024-11-04 18 22 35.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is how I got to the field:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-11-04 18 27 51.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1429595i8564353426A9BFDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-11-04 18 27 51.png" alt="2024-11-04 18 27 51.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 00:29:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/13129941#M12773</guid>
      <dc:creator>Rui_Tang-Symetri_USA</dc:creator>
      <dc:date>2024-11-05T00:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: snoop db : Snoop selection with an array of strings</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/13130418#M12774</link>
      <description>&lt;P&gt;Thank you for raising this as an issue in the RevitLookup GitHub repository:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/jeremytammik/RevitLookup/issues" target="_blank"&gt;https://github.com/jeremytammik/RevitLookup/issues&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 07:09:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/snoop-db-snoop-selection-with-an-array-of-strings/m-p/13130418#M12774</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2024-11-05T07:09:53Z</dc:date>
    </item>
  </channel>
</rss>

