IGH_VarParamComponent.ParametersModified Method

IGH_VarParamComponentParametersModified Method

This function will be called wheneven the param collection of a component has been altered through the ParamManager. If your parameters have a peculiar naming scheme, this is the best place to assign those.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void ParametersModified(
	GH_VarParamSide side
)
Sub ParametersModified ( 
	side As GH_VarParamSide
)

Parameters

side
Type: Grasshopper.KernelGH_VarParamSide
See Also