GH_ComponentAttributes Constructor

GH_ComponentAttributes Constructor

Initializes a new instance of the GH_ComponentAttributes class

Namespace:  Grasshopper.Kernel.Attributes
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_ComponentAttributes(
	IGH_Component component
)
Public Sub New ( 
	component As IGH_Component
)

Parameters

component
Type: Grasshopper.KernelIGH_Component
See Also