Grasshopper

algorithmic modeling for Rhino

How make in VB.NET write couple values in array?

Please, look pic

Views: 911

Attachments:

Replies to This Discussion

Dim dictionary As New Dictionary(Of String, Integer)
dictionary.Add(x, y)
Dim pair As KeyValuePair(Of String, Integer)
For Each pair In dictionary
' Display Key and Value.
Print("{0}, {1}", pair.Key, pair.Value)
Next
It is necessary ensemble pair importances
...
Attachments:

By the way, you can do this kind of thing with some string set components...
No, Series already gives the list, but beside me only one pair of importances, me it is necessary to write the history that to save all pairs of importances...

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service