Click or drag to resize

GH_LinkedParamAttributes Constructor

Initializes a new instance of the GH_LinkedParamAttributes class

Namespace:  Grasshopper.Kernel.Attributes
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_LinkedParamAttributes(
	IGH_Param param,
	IGH_Attributes parent
)

Parameters

param
Type: Grasshopper.KernelIGH_Param
parent
Type: Grasshopper.KernelIGH_Attributes
See Also