Get Object by Guid

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

Hi @Markus_Erhardt,

I assume you are RhinoScript (e.g. VBScript)?

I am not sure I understand your question - can you clarify what you want to do an why?

Thanks,

– Dale