GH_Component.RegisterOutputParams Method

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
)
Protected MustOverride Sub RegisterOutputParams ( 
	pManager As GH_ComponentGH_OutputParamManager
)

Parameters

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