Hi,
This question has to do with tree structure within a C# component.
When i input a nested array in a C# component, how do i acces, say, subarray 0:0:1 of that array?
in GC i would be able to call it like this: MyArray[0][0][1].DoSomething....
What is the priciple/syntax in grasshopper C#?!
thanks
Tags: