GH_Param(T) Constructor (IGH_InstanceDescription, GH_ParamAccess)

GH_ParamT Constructor (IGH_InstanceDescription, GH_ParamAccess)

Initializes a new instance of the GH_ParamT class

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

Parameters

tag
Type: Grasshopper.KernelIGH_InstanceDescription
access
Type: Grasshopper.KernelGH_ParamAccess
See Also