GH_ComponentAttributesAppendToAttributeTree Method |
Namespace:
Grasshopper.Kernel.Attributes
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public override void AppendToAttributeTree(
List<IGH_Attributes> attributes
)
Public Overrides Sub AppendToAttributeTree (
attributes As List(Of IGH_Attributes)
)
Parameters
- attributes
- Type: System.Collections.GenericListIGH_Attributes
See Also