Warning: Cannot find static method or constructor DesignScript.Builtin.Dictionary.ByKeysValues()

Hello,

Creating a dictionary (creating view sets), and I get this issue; C# Static Method/Constructor is missing - I must be missing a class library somewhere, right?:

Have read through this post, but did not come out the other end more illuminated on how to resolve the issue :unamused:

Anyone got any hints?

You need Keys AND Values in dictionaries
I see just one list of either.
Some more info is in the primer.
https://primer.dynamobim.org/en/09_Dictionaries/9-1_What-is-a-dictionary.html

3 Likes

gold star for @Marcel_Rijsmus

image

3 Likes