Click or drag to resize

IGH_AttributesAppendToAttributeTree Method

Recursively append these attributes and all child attributes to the attribute list.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void AppendToAttributeTree(
	List<IGH_Attributes> attributes
)

Parameters

attributes
Type: System.Collections.GenericListIGH_Attributes
List to append to.
See Also