GH_Attributes(T).AppendToAttributeTree Method

GH_AttributesTAppendToAttributeTree Method

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

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual void AppendToAttributeTree(
	List<IGH_Attributes> attributes
)
Public Overridable Sub AppendToAttributeTree ( 
	attributes As List(Of IGH_Attributes)
)

Parameters

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

Implements

IGH_AttributesAppendToAttributeTree(ListIGH_Attributes)
See Also