GH_StructureTBranches Property |
Gets a list of all the data-arrays in this structure
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public IList<List<T>> Branches { get; }
Public ReadOnly Property Branches As IList(Of List(Of T))
Get
Property Value
Type:
IListListT[Missing <value> documentation for "P:Grasshopper.Kernel.Data.GH_Structure`1.Branches"]
See Also