Click or drag to resize

GH_ComponentRegisterInputParams Method

Declare all your input parameters here.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected abstract void RegisterInputParams(
	GH_ComponentGH_InputParamManager pManager
)

Parameters

pManager
Type: Grasshopper.KernelGH_ComponentGH_InputParamManager
Use the pManager to register new parameters. pManager is never null.
See Also