IGH_AttributesAppendToAttributeTree Method |
Recursively append these attributes and all child attributes to the attribute list.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxvoid AppendToAttributeTree(
List<IGH_Attributes> attributes
)
Sub AppendToAttributeTree (
attributes As List(Of IGH_Attributes)
)
Parameters
- attributes
- Type: System.Collections.GenericListIGH_Attributes
List to append to.
See Also