Click or drag to resize

GH_ParameterContext Constructor

Initializes a new instance of the GH_ParameterContext class

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_ParameterContext(
	string name,
	RhinoDoc rhDoc,
	RunMode runmode
)

Parameters

name
Type: SystemString
rhDoc
Type: RhinoDoc
runmode
Type: RunMode
See Also