Click or drag to resize

Component_NonlinAnalyzeRegisterOutputParams Method

Declare all your output parameters here.

Namespace:  Karamba.GHopper.Algorithms
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
protected override void RegisterOutputParams(
	GH_OutputParamManager pManager
)

Parameters

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