Hello,
I use the Function Rhino.GetObjects((“Select points to import”), 1, TriState.True)
so when I write :
id = Rhino.GetObjects((“Select points to import”), 1, TriState.True)
I get an Array of Id’s.
How is it possible in “vb.net” to get the elements by there Id?
Markus