GH_ComponentParamServerOnParametersChanged Method |
Call this function when you change input/output parameter lists or types.
This function will wipe all caches that are potentially invalid.
PerformLayout on the component attributes will be called.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void OnParametersChanged()
Public Sub OnParametersChanged
See Also