Click or drag to resize

GH_ComponentRegisterOutputParams Method

Declare all your output parameters here.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected abstract void RegisterOutputParams(
	GH_ComponentGH_OutputParamManager pManager
)

Parameters

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