GH_Param(T) Constructor (IGH_InstanceDescription)

GH_ParamT Constructor (IGH_InstanceDescription)

Initializes a new instance of the GH_ParamT class

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected GH_Param(
	IGH_InstanceDescription tag
)
Protected Sub New ( 
	tag As IGH_InstanceDescription
)

Parameters

tag
Type: Grasshopper.KernelIGH_InstanceDescription
See Also