snoop db : Snoop selection with an array of strings

snoop db : Snoop selection with an array of strings

ivo.lafeber
Enthusiast Enthusiast
1,325 Views
4 Replies
Message 1 of 5

snoop db : Snoop selection with an array of strings

ivo.lafeber
Enthusiast
Enthusiast

 

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.

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.

 

Dim KabelIdList As New List(Of String)

KabelIdList.Add(“test”)

Kabel_Entity.[Set](Of IList(Of String))("Unieque_ElementId", KabelIdList)

 

snoop 1.jpg

0 Likes
1,326 Views
4 Replies
Replies (4)
Message 2 of 5

jeremy_tammik
Alumni
Alumni

Yes, that seems a bit suboptimal.

  

Have you tried out what it looks like in the new and vastly improved RevitLookup 2024?

  

https://thebuildingcoder.typepad.com/blog/2023/04/revit-2024-and-revitlookup-2024.html

    

The new version can also be used in an older release of Revit.

  

Anyway, I asked Nice3point for you whether he can explain:

  

https://github.com/jeremytammik/RevitLookup/issues/156

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
Message 3 of 5

nice3point
Advocate
Advocate

Use the latest version of RevitLookup if possible, it is available for Revit versions 21-24
This issue has already fixed

 

nice3point_1-1681118956641.png

 

https://github.com/jeremytammik/RevitLookup/releases/latest

 

0 Likes
Message 4 of 5

Rui_Tang-Symetri_USA
Participant
Participant

Hi @jeremy_tammik , unfortunately this is still an issue in the new RevitLookup. It is VERY slow to open this window.

 

2024-11-04 18 20 29.png2024-11-04 18 22 35.png

This is how I got to the field:

2024-11-04 18 27 51.png

0 Likes
Message 5 of 5

jeremy_tammik
Alumni
Alumni

Thank you for raising this as an issue in the RevitLookup GitHub repository:

  

   

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open